正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -185,7 +185,7 @@ class SyncProject extends Command | @@ -185,7 +185,7 @@ class SyncProject extends Command | ||
| 185 | // DB::beginTransaction(); | 185 | // DB::beginTransaction(); |
| 186 | // try { | 186 | // try { |
| 187 | $res = $this->saveProject($data['project']); | 187 | $res = $this->saveProject($data['project']); |
| 188 | - $id = $res['id']; | 188 | + $id = $res; |
| 189 | $this->setPostId($data['deploy_build']['plan'],$id); | 189 | $this->setPostId($data['deploy_build']['plan'],$id); |
| 190 | $this->savePayment($data['payment'],$id); | 190 | $this->savePayment($data['payment'],$id); |
| 191 | $this->saveDeployBuild($data['deploy_build'],$id); | 191 | $this->saveDeployBuild($data['deploy_build'],$id); |
-
请 注册 或 登录 后发表评论