diff --git a/app/common/dao/store/order/StoreOrderDao.php b/app/common/dao/store/order/StoreOrderDao.php index 29c53a93..797dfda0 100755 --- a/app/common/dao/store/order/StoreOrderDao.php +++ b/app/common/dao/store/order/StoreOrderDao.php @@ -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']);