作者 lyh

gx

@@ -64,7 +64,7 @@ class MonthCount extends Command @@ -64,7 +64,7 @@ class MonthCount extends Command
64 } 64 }
65 ProjectServer::useProject($v['id']); 65 ProjectServer::useProject($v['id']);
66 echo date('Y-m-d H:i:s') . '项目id:'.$v['id'] . PHP_EOL; 66 echo date('Y-m-d H:i:s') . '项目id:'.$v['id'] . PHP_EOL;
67 - $this->count($v['id'], $url); 67 +// $this->count($v['id'], $url);
68 DB::disconnect('custom_mysql'); 68 DB::disconnect('custom_mysql');
69 } 69 }
70 } 70 }