作者 赵彬吉

update

@@ -454,8 +454,6 @@ class SyncProject extends Command @@ -454,8 +454,6 @@ 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();  
459 } 457 }
460 458
461 /** 459 /**