正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论