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