dbms_init...1

This commit is contained in:
choi.jh 2025-07-11 14:50:01 +09:00
parent c948746cc2
commit b8ca0bcda7

View File

@ -64,7 +64,6 @@ abstract class CommonService
__FUNCTION__,
$this->getModel()->getLastQuery()
);
LogCollector::error($message);
throw new \Exception($message);
}
}
@ -89,7 +88,6 @@ abstract class CommonService
__FUNCTION__,
$this->getModel()->getLastQuery()
);
LogCollector::error($message);
throw new \Exception($message);
}
} //