|
...
|
...
|
@@ -185,7 +185,7 @@ class SyncProject extends Command |
|
|
|
// DB::beginTransaction();
|
|
|
|
// try {
|
|
|
|
$res = $this->saveProject($data['project']);
|
|
|
|
$id = $res['id'];
|
|
|
|
$id = $res;
|
|
|
|
$this->setPostId($data['deploy_build']['plan'],$id);
|
|
|
|
$this->savePayment($data['payment'],$id);
|
|
|
|
$this->saveDeployBuild($data['deploy_build'],$id);
|
...
|
...
|
|