正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -15,6 +15,9 @@ class CountController extends BaseController | @@ -15,6 +15,9 @@ class CountController extends BaseController | ||
| 15 | * @time :2023/5/23 17:23 | 15 | * @time :2023/5/23 17:23 |
| 16 | */ | 16 | */ |
| 17 | public function count(CountLogic $countLogic){ | 17 | public function count(CountLogic $countLogic){ |
| 18 | + if($this->user['project_id'] == 5172){ | ||
| 19 | + $this->user['project_id'] = 3298; | ||
| 20 | + } | ||
| 18 | $data = []; | 21 | $data = []; |
| 19 | //TODO::昨日数据统计 | 22 | //TODO::昨日数据统计 |
| 20 | $data['yesterday'] = $countLogic->yesterday_count(); | 23 | $data['yesterday'] = $countLogic->yesterday_count(); |
-
请 注册 或 登录 后发表评论