From cf444c50738eff57b76e3ee84b86192ef2bc2575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com> Date: Thu, 30 Mar 2023 11:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= 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 268f16f..aaf6a50 100644 --- a/application/crm/model/CustomerCheck.php +++ b/application/crm/model/CustomerCheck.php @@ -108,7 +108,7 @@ class CustomerCheck extends Common ->where($partMap) ->where($dealtWhere) ->limit($request['offset'], $request['length']) - ->field('customer_check.*,customer.name as name,'.$customerField) + ->field('customer_check.*,customer.*') ->orderRaw($order) ->select();