Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-php into dev
This commit is contained in:
commit
b75419a20f
@ -67,7 +67,7 @@ class StoreGroupOrderRepository extends BaseRepository
|
|||||||
$query = StoreGroupOrder::getDB()->alias('StoreGroupOrder');
|
$query = StoreGroupOrder::getDB()->alias('StoreGroupOrder');
|
||||||
if(isset($where['source']) && $where['source'] == 103){
|
if(isset($where['source']) && $where['source'] == 103){
|
||||||
$wheres['activity_type']=[0,98];
|
$wheres['activity_type']=[0,98];
|
||||||
$wheres['source']=[0,2,103];
|
$wheres['source']=[0,2,103,105];
|
||||||
}else{
|
}else{
|
||||||
$wheres['activity_type']=0;
|
$wheres['activity_type']=0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user