作者 lyh

变更数据

@@ -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();