字段更改 #16

Merged
mengfucius merged 1 commits from zm into master 2 years ago

@ -95,7 +95,7 @@ class CustomerCheck extends Common
->where($partMap) ->where($partMap)
->where($dealtWhere) ->where($dealtWhere)
->limit($request['offset'], $request['length']) ->limit($request['offset'], $request['length'])
->field('customer_check.*,customer.name as customer_name') ->field('customer_check.*,customer.name as name')
->orderRaw($order) ->orderRaw($order)
->select(); ->select();

Loading…
Cancel
Save