|
...
|
...
|
@@ -141,8 +141,8 @@ class ProjectLogic extends BaseLogic |
|
|
|
//错误单直接返回,单独处理
|
|
|
|
$this->setTypeSevenEdit($this->param);
|
|
|
|
}else{
|
|
|
|
// //初始化项目
|
|
|
|
// $this->createProjectData($this->param);
|
|
|
|
//初始化项目
|
|
|
|
$this->createProjectData($this->param);
|
|
|
|
// //保存项目信息
|
|
|
|
// $this->saveProject($this->param);
|
|
|
|
// //保存建站部署信息
|
...
|
...
|
|