Compare commits

..

2 Commits

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

Loading…
Cancel
Save