正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -404,7 +404,7 @@ class ComController extends BaseController | @@ -404,7 +404,7 @@ class ComController extends BaseController | ||
| 404 | * @time :2024/10/28 11:51 | 404 | * @time :2024/10/28 11:51 |
| 405 | */ | 405 | */ |
| 406 | public function month_counts(){ | 406 | public function month_counts(){ |
| 407 | - Artisan::call('month_project '.$this->user['project_id']); | 407 | +// Artisan::call('month_project '.$this->user['project_id']); |
| 408 | $this->response('重新刷新中,请稍后刷新查询'); | 408 | $this->response('重新刷新中,请稍后刷新查询'); |
| 409 | } | 409 | } |
| 410 | } | 410 | } |
-
请 注册 或 登录 后发表评论