添加:订单列表 - 待付款列表不在显示在线买单订单
This commit is contained in:
parent
d8a42905c8
commit
862e7eded6
|
|
@ -50,6 +50,7 @@ class StoreGroupOrderDao extends BaseDao
|
|||
$query = StoreGroupOrder::getDB()->when(isset($where['paid']) && $where['paid'] !== '', function ($query) use ($where) {
|
||||
$query->where('paid', $where['paid']);
|
||||
})
|
||||
->where('activity_type', '<>',30)
|
||||
->when(isset($where['paid']) && $where['paid'] !== '', function ($query) use ($where) {
|
||||
$query->where('paid', $where['paid']);
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue