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();