作者 赵彬吉

update

@@ -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,