Compare commits

..

2 Commits

@ -108,7 +108,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 name,'.$customerField) ->field('customer_check.*,customer.*')
->orderRaw($order) ->orderRaw($order)
->select(); ->select();

Loading…
Cancel
Save