|
...
|
...
|
@@ -31,7 +31,7 @@ class CustomModuleExtentController extends BaseController |
|
|
|
]);
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$filed = ['id','title','status','type','operator_id','project_id','module_id','created_at','updated_at'];
|
|
|
|
$lists = $customModuleExtend->lists($this->map,$this->page,$this->row,$this->order,$filed);
|
|
|
|
$lists = $customModuleExtend->list($this->map,$this->order,$filed);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|