cfmgr init...3

This commit is contained in:
최준흠 2023-06-20 16:01:00 +09:00
parent 819fce450e
commit aac59f8dbd

View File

@ -155,7 +155,7 @@ class RecordController extends APIController
log_message("debug", __METHOD__ . "에서 호출\n" . $builder->getCompiledSelect(false));
$rows = $builder->get()->getResultArray();
// foreach ($builder->get()->getResultArray() as $row) {
// array_push($rows, new FirewallEntity($row));
// array_push($rows, new RecordEntity($row));
// }
// throw new \Exception(var_export($rows, true));
return $rows;