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