From a29d7f4e5546f22ddecdd77f3bf300fe78567b04 Mon Sep 17 00:00:00 2001 From: lin fan Date: Sun, 10 Nov 2024 17:20:10 +0800 Subject: [PATCH] bug --- api/controllers/wxapp/licheb/Customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index 3546bff0..afeccf08 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -1195,7 +1195,7 @@ class Customers extends Wxapp $fileds = 'id,name,admin_id,mobile,level,car_json,is_top,cf_title,brand_id,sales_id,cont_time,c_time,p_time,if_defeat ,of_id,of2_id,wxqy,status,biz_id,cs_biz_id,county_id,cid'; if ($visit == 1) { - $fileds = 'a.id,a.name,a.admin_id,a.mobile,a.level,a.is_top,a.cont_time,a.c_time,a.if_defeat,a.cf_title + $fileds = 'a.id,a.name,a.admin_id,a.mobile,a.level,a.is_top,a.cont_time,a.c_time,a.if_defeat,a.cf_title,a.p_time ,a.of_id,a.of2_id,a.status,a.biz_id,a.county_id,cid'; $rows = $this->mdCustomerVisitData->select_visit($where, 'a.id desc', $page, $size, $fileds); $lists = $this->listCustomerField(['rows' => $rows, 'biz_type' => $biz_type, 'group_id' => $group_id]);