正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -79,7 +79,7 @@ class ProjectLogic extends BaseLogic | @@ -79,7 +79,7 @@ class ProjectLogic extends BaseLogic | ||
| 79 | try { | 79 | try { |
| 80 | if($this->param['type'] == Project::TYPE_SEVEN){ | 80 | if($this->param['type'] == Project::TYPE_SEVEN){ |
| 81 | //错误单直接返回,单独处理 | 81 | //错误单直接返回,单独处理 |
| 82 | - $this->setTypeStatusEdit($this->param); | 82 | + $this->setTypeSevenEdit($this->param); |
| 83 | }else{ | 83 | }else{ |
| 84 | //初始化项目 | 84 | //初始化项目 |
| 85 | $this->createProjectData($this->param); | 85 | $this->createProjectData($this->param); |
-
请 注册 或 登录 后发表评论