|
...
|
...
|
@@ -62,6 +62,7 @@ class CustomModuleLogic extends BaseLogic |
|
|
|
* @time :2023/12/5 9:39
|
|
|
|
*/
|
|
|
|
public function moduleAdd(){
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
|
|
|
$rs = $this->model->add($this->param);
|
|
|
|
if($rs === false){
|
|
|
|
$this->fail('系统错误,请联系管理员');
|
...
|
...
|
|