更新
This commit is contained in:
parent
2be1a456b9
commit
5490cb5447
@ -74,7 +74,7 @@ class StoreOrderDao extends BaseDao
|
||||
}
|
||||
$query->where('is_del', 0);
|
||||
});
|
||||
if (isset($where['source']) && $where['source'] == 103) {
|
||||
if (isset($where['source']) && ($where['source'] == 103||$where['source'] == 105)) {
|
||||
$wheres['activity_type'] = [0,98];
|
||||
$wheres['source'] = [0,2,103,105];
|
||||
$query->where($wheres);
|
||||
|
Loading…
x
Reference in New Issue
Block a user