|
...
|
...
|
@@ -153,6 +153,9 @@ class SyncProject extends Command |
|
|
|
'contract' => json_encode($param['files']),
|
|
|
|
'bill' => json_encode($param['images']),
|
|
|
|
];
|
|
|
|
if($data['plan'] == 15){//
|
|
|
|
$data['project_type'] = 1;
|
|
|
|
}
|
|
|
|
$renewModel = new ProjectRenew();
|
|
|
|
$rs = $renewModel->add($data);
|
|
|
|
if($rs === false){
|
...
|
...
|
|