cfmgrv3 init....
This commit is contained in:
parent
0caa7e5647
commit
340b0b9ff8
@ -14,7 +14,7 @@ class Account extends API
|
|||||||
->findAll();
|
->findAll();
|
||||||
} else {
|
} else {
|
||||||
$entitys = $this->getAccountModel()->asObject(AccountEntity::class)
|
$entitys = $this->getAccountModel()->asObject(AccountEntity::class)
|
||||||
->where(['cli' => 'use'])
|
->where('status', 'use')
|
||||||
->findAll();
|
->findAll();
|
||||||
}
|
}
|
||||||
echo __FUNCTION__ . "에서 호출:" . $this->getAccountModel()->getLastQuery();
|
echo __FUNCTION__ . "에서 호출:" . $this->getAccountModel()->getLastQuery();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user