cfmgr init...3

This commit is contained in:
최준흠 2023-06-20 19:03:45 +09:00
parent 5c2f68f03b
commit 52835c1468

View File

@ -138,7 +138,7 @@ class RecordController extends APIController
return parent::sync_process($entity);
}
//Index관련
protected function index_getRows(int $page = 0, int $per_page = 0): array
protected function index_getRows_backup(int $page = 0, int $per_page = 0): array
{
//모델 조건절 처리작업
$this->index_setCondition();