字段更改

pull/16/head
张萌 2 years ago
parent 23777c9d12
commit 60ee0378aa

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

Loading…
Cancel
Save