订单列表返回预售商品
This commit is contained in:
parent
179b479e31
commit
76ae26ff00
@ -67,7 +67,7 @@ class StoreGroupOrderRepository extends BaseRepository
|
||||
{
|
||||
$query = StoreGroupOrder::getDB()->alias('StoreGroupOrder');
|
||||
if(isset($where['source']) && $where['source'] == 103){
|
||||
$wheres['activity_type']=[0,98];
|
||||
$wheres['activity_type']=[0, 2, 98];
|
||||
$wheres['source']=[0,2,103,105];
|
||||
}else{
|
||||
$wheres['activity_type']=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user