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