From 3f5902fa3e7e58b4e1b8cb24bdb50873f90eace5 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Tue, 20 Feb 2024 17:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E9=A2=84=E5=94=AE=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/store/order/StoreOrderDao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);