|
...
|
...
|
@@ -51,7 +51,7 @@ class CustomModuleLogic extends BaseLogic |
|
|
|
public function customModuleSave(){
|
|
|
|
ProjectServer::useProject($this->param['project_id']);
|
|
|
|
$this->param = $this->handleParam($this->param);
|
|
|
|
$this->checkIsName($this->param['name'],$this->param['id'] ?? 0);
|
|
|
|
// $this->checkIsName($this->param['name'],$this->param['id'] ?? 0);
|
|
|
|
if(isset($this->param['id']) && !empty($this->param['id'])){
|
|
|
|
$this->moduleEdit();
|
|
|
|
}else{
|
...
|
...
|
|