cfmgr init...100

This commit is contained in:
최준흠 2023-10-16 14:13:07 +09:00
parent 8a430e97f7
commit 00c1a24990

View File

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