cfmgr init...100
This commit is contained in:
parent
8a430e97f7
commit
00c1a24990
@ -9,7 +9,7 @@ class Auth extends API
|
||||
final public function execute()
|
||||
{
|
||||
try {
|
||||
$entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['status' => 'use', 'cli' => 'use'])->findAll();
|
||||
$entitys = $this->getAuthModel()->asObject(AuthEntity::class)->where(['status' => 'use'])->findAll();
|
||||
//transation처리
|
||||
// $this->getAuthModel()->db->transBegin();
|
||||
foreach ($entitys as $entity) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user