cfmgrv3 init...3
This commit is contained in:
parent
53480cf64e
commit
0ff5e316f1
@ -83,7 +83,7 @@ class FirewallController extends APIController
|
|||||||
return parent::sync_process($entity);
|
return parent::sync_process($entity);
|
||||||
}
|
}
|
||||||
//Index관련
|
//Index관련
|
||||||
protected function index_getRowsByDomainSort(int $page = 0, int $per_page = 0): array
|
protected function index_getRows(int $page = 0, int $per_page = 0): array
|
||||||
{
|
{
|
||||||
//모델 조건절 처리작업
|
//모델 조건절 처리작업
|
||||||
$this->index_setCondition();
|
$this->index_setCondition();
|
||||||
|
|||||||
@ -138,7 +138,7 @@ class RecordController extends APIController
|
|||||||
return parent::sync_process($entity);
|
return parent::sync_process($entity);
|
||||||
}
|
}
|
||||||
//Index관련
|
//Index관련
|
||||||
protected function index_getRowsByDomainSort(int $page = 0, int $per_page = 0): array
|
protected function index_getRows(int $page = 0, int $per_page = 0): array
|
||||||
{
|
{
|
||||||
//모델 조건절 처리작업
|
//모델 조건절 처리작업
|
||||||
$this->index_setCondition();
|
$this->index_setCondition();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user