|
...
|
...
|
@@ -32,8 +32,7 @@ class CustomModuleExtentController extends BaseController |
|
|
|
'module_id.required' => 'module_id不能为空',
|
|
|
|
]);
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$filed = ['id','title','key','status','type','operator_id','project_id','module_id','created_at','updated_at'];
|
|
|
|
$lists = $customModuleExtend->list($this->map,$this->order,$filed);
|
|
|
|
$lists = $customModuleExtend->list($this->map,$this->order,['id','title','key','status','type','operator_id','project_id','module_id','created_at','updated_at']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|