cfmgr init...100

This commit is contained in:
최준흠 2023-10-16 14:06:38 +09:00
parent 61a2011c81
commit f74364a1e9

View File

@ -9,7 +9,7 @@ class Auth extends API
final public function execute()
{
try {
$entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['status' => 'use'])->findAll();
$entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['cli' => 'use'])->findAll();
//transation처리
// $this->getAuthModel()->db->transBegin();
foreach ($entitys as $entity) {