作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1528
... ... @@ -68,6 +68,7 @@ class CopyProject extends Command
$item->status = NoticeLog::STATUS_FAIL;
$item->save();
}
sleep(180);
try {
$this->copyMysql($old_project_id,$project_id);
}catch (\Exception $e){
... ...