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