作者 lyh

gx

@@ -50,6 +50,7 @@ class UpgradeCount extends Command @@ -50,6 +50,7 @@ class UpgradeCount extends Command
50 $url = $info['domain']; 50 $url = $info['domain'];
51 } 51 }
52 ProjectServer::useProject($v['id']); 52 ProjectServer::useProject($v['id']);
  53 + echo date('Y-m-d H:i:s') . '项目id:'.$v['id'] . PHP_EOL;
53 $this->count($v['id'], $url); 54 $this->count($v['id'], $url);
54 DB::disconnect('custom_mysql'); 55 DB::disconnect('custom_mysql');
55 } 56 }