正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -65,8 +65,8 @@ class CountLogic extends BaseLogic | @@ -65,8 +65,8 @@ class CountLogic extends BaseLogic | ||
| 65 | * @time :2023/5/24 13:33 | 65 | * @time :2023/5/24 13:33 |
| 66 | */ | 66 | */ |
| 67 | public function total_count($inquiry_num = ''){ | 67 | public function total_count($inquiry_num = ''){ |
| 68 | - $pv = (new VisitItem())->where(['domain'=>$this->user['domain']])->count(); | ||
| 69 | - $ip = (new Visit())->where(['domain'=>$this->user['domain']])->count(); | 68 | + $pv = (new VisitItem())->count(); |
| 69 | + $ip = (new Visit())->count(); | ||
| 70 | $data = [ | 70 | $data = [ |
| 71 | 'total_pv'=>$pv, | 71 | 'total_pv'=>$pv, |
| 72 | 'total_ip'=>$ip, | 72 | 'total_ip'=>$ip, |
-
请 注册 或 登录 后发表评论