From e4308834d5eff414fecde5341106b73298844b05 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Sat, 9 Dec 2023 14:37:49 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E9=A6=96=E9=A1=B5=20=E5=9C=B0=E5=8C=BA?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/dataview/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/dataview/User.php b/app/controller/api/dataview/User.php index aef30ed0..684075c4 100644 --- a/app/controller/api/dataview/User.php +++ b/app/controller/api/dataview/User.php @@ -73,7 +73,7 @@ class User extends BaseController $merchantTotalCount = 0; // 查镇的用户统计不需要查店铺数 - if ($this->streetCode != '') { + if ($this->streetCode == '') { // 该地区下所有乡镇 $geoStreetList = Db::name('geo_street')->where('area_code',$this->areaCode)->select()->toArray();