...
|
...
|
@@ -38,7 +38,7 @@ class AdminOrderController extends AdminBaseController{ |
|
|
$where['a.order_no']=['like','%'.$param['order_no'].'%'];
|
|
|
}
|
|
|
if (!empty($param['mobile'])){
|
|
|
$where['u.mobile']=['like','%'.$param['mobile'].'%'];
|
|
|
$where['u.phone']=['like','%'.$param['mobile'].'%'];
|
|
|
}
|
|
|
if (!empty($param['users_id'])){
|
|
|
$where['u.id']=$param['users_id'];
|
...
|
...
|
|