作者 lyh

gx

... ... @@ -114,11 +114,14 @@ class SyncProject extends Command
'contract' => $param['files'],
'bill' => $param['images'],
];
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
$renewModel = new ProjectRenew();
$rs = $renewModel->add($data);
if($rs === false){
errorLog('项目续费单同步失败');
}
return true;
}
... ...