订单列表返回预售商品

This commit is contained in:
luofei 2024-02-21 09:24:20 +08:00
parent 179b479e31
commit 76ae26ff00

View File

@ -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;