增加手机号搜索
This commit is contained in:
parent
ca0c78484a
commit
ea0456fc66
@ -43,7 +43,7 @@ class LogisticsLogic extends BaseLogic
|
||||
}
|
||||
$logistics = Logistics::where('courier_id', $params['courier_id'])
|
||||
->where([$status])
|
||||
->where('(order_sn LIKE "%'.$params['keywords'].'%" OR shop_name LIKE "%'.$params['keywords'].'%" OR user_name LIKE "%'.$params['keywords'].'%")')
|
||||
->where('(order_sn LIKE "%'.$params['keywords'].'%" OR shop_phone LIKE "'.$params['keywords'].'%" OR shop_name LIKE "%'.$params['keywords'].'%" OR user_phone LIKE "'.$params['keywords'].'%" OR user_name LIKE "%'.$params['keywords'].'%")')
|
||||
->order('update_time desc')
|
||||
->paginate([
|
||||
'list_rows'=> !empty($params['page_size'])? $params['page_size'] : 6,
|
||||
|
Loading…
x
Reference in New Issue
Block a user