cfmgr init...3
This commit is contained in:
parent
819fce450e
commit
aac59f8dbd
@ -155,7 +155,7 @@ class RecordController extends APIController
|
|||||||
log_message("debug", __METHOD__ . "에서 호출\n" . $builder->getCompiledSelect(false));
|
log_message("debug", __METHOD__ . "에서 호출\n" . $builder->getCompiledSelect(false));
|
||||||
$rows = $builder->get()->getResultArray();
|
$rows = $builder->get()->getResultArray();
|
||||||
// foreach ($builder->get()->getResultArray() as $row) {
|
// 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));
|
// throw new \Exception(var_export($rows, true));
|
||||||
return $rows;
|
return $rows;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user