|
...
|
...
|
@@ -15,6 +15,9 @@ class CountController extends BaseController |
|
|
|
* @time :2023/5/23 17:23
|
|
|
|
*/
|
|
|
|
public function count(CountLogic $countLogic){
|
|
|
|
if($this->user['project_id'] == 5172){
|
|
|
|
$this->user['project_id'] = 3298;
|
|
|
|
}
|
|
|
|
$data = [];
|
|
|
|
//TODO::昨日数据统计
|
|
|
|
$data['yesterday'] = $countLogic->yesterday_count();
|
...
|
...
|
|