cfmgrv3 init....

This commit is contained in:
최준흠 2023-10-18 10:22:22 +09:00
parent 0caa7e5647
commit 340b0b9ff8

View File

@ -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();