Compare commits

..

No commits in common. '1ef6ac4960761f61b444020685beabe8393d8e0e' and '9b4ded5d2b2ab9f83cf5d49b3875b7bc679e078e' have entirely different histories.

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

Loading…
Cancel
Save