作者 赵彬吉

update

@@ -454,6 +454,8 @@ class SyncProject extends Command @@ -454,6 +454,8 @@ class SyncProject extends Command
454 ProjectServer::initTable(); 454 ProjectServer::initTable();
455 //初始数据 455 //初始数据
456 ProjectServer::saveInitParam($project_id); 456 ProjectServer::saveInitParam($project_id);
  457 + //重连
  458 + DB::connection('mysql')->reconnect();
457 } 459 }
458 460
459 /** 461 /**