订单列表返回预售商品
This commit is contained in:
parent
050208900a
commit
3f5902fa3e
@ -75,7 +75,7 @@ class StoreOrderDao extends BaseDao
|
||||
$query->where('is_del', 0);
|
||||
});
|
||||
if (isset($where['source']) && ($where['source'] == 103||$where['source'] == 105)) {
|
||||
$wheres['activity_type'] = [0,98];
|
||||
$wheres['activity_type'] = [0, 2, 98];
|
||||
$wheres['source'] = [0,2,103,105];
|
||||
$query->where($wheres);
|
||||
unset($where['source']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user