更新
This commit is contained in:
parent
2699aa3bfa
commit
05828606f8
@ -164,7 +164,7 @@ class StoreOrderOtherDao extends BaseDao
|
||||
$query->where('order_sn', 'like', '%' . $where['order_sn'] . '%');
|
||||
})
|
||||
->when(isset($where['paid']) && $where['paid'] !== '', function ($query) use ($where) {
|
||||
$query->whereIn('StoreOrderOther.paid', $where['paid']);
|
||||
$query->where('StoreOrderOther.paid', $where['paid']);
|
||||
})
|
||||
->when(isset($where['is_del']) && $where['is_del'] !== '', function ($query) use ($where) {
|
||||
$query->where('StoreOrderOther.is_del', $where['is_del']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user