作者 lyh

gx

... ... @@ -254,6 +254,7 @@ class SyncProject extends Command
$projectModel = new Project();
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(222222, true) . PHP_EOL, FILE_APPEND);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($param, true) . PHP_EOL, FILE_APPEND);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($projectModel->addReturnId($param), true) . PHP_EOL, FILE_APPEND);
return $projectModel->addReturnId($param);
}
... ...