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