From 60ee0378aaad2059730ee628bb1faf82d9917f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com> Date: Mon, 6 Mar 2023 16:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/crm/model/CustomerCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/crm/model/CustomerCheck.php b/application/crm/model/CustomerCheck.php index 50f77ef..dd49f59 100644 --- a/application/crm/model/CustomerCheck.php +++ b/application/crm/model/CustomerCheck.php @@ -95,7 +95,7 @@ class CustomerCheck extends Common ->where($partMap) ->where($dealtWhere) ->limit($request['offset'], $request['length']) - ->field('customer_check.*,customer.name as customer_name') + ->field('customer_check.*,customer.name as name') ->orderRaw($order) ->select(); -- 2.36.3