正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -51,7 +51,7 @@ class CustomModuleLogic extends BaseLogic | @@ -51,7 +51,7 @@ class CustomModuleLogic extends BaseLogic | ||
| 51 | public function customModuleSave(){ | 51 | public function customModuleSave(){ |
| 52 | ProjectServer::useProject($this->param['project_id']); | 52 | ProjectServer::useProject($this->param['project_id']); |
| 53 | $this->param = $this->handleParam($this->param); | 53 | $this->param = $this->handleParam($this->param); |
| 54 | - $this->checkIsName($this->param['name'],$this->param['id'] ?? 0); | 54 | +// $this->checkIsName($this->param['name'],$this->param['id'] ?? 0); |
| 55 | if(isset($this->param['id']) && !empty($this->param['id'])){ | 55 | if(isset($this->param['id']) && !empty($this->param['id'])){ |
| 56 | $this->moduleEdit(); | 56 | $this->moduleEdit(); |
| 57 | }else{ | 57 | }else{ |
-
请 注册 或 登录 后发表评论