cfmgr init...100
This commit is contained in:
parent
61a2011c81
commit
f74364a1e9
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user