From 7eef3ea0b93b05fd30663c6f00716e2bb9a8a5c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com>
Date: Fri, 5 Jul 2024 22:41:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=AC=A1=E5=8D=A1=E5=8D=87=E7=BA=A7=EF=BC=8C?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=AE=A2=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/artificer/OrdersDao.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/mapper/artificer/OrdersDao.xml b/src/main/resources/mapper/artificer/OrdersDao.xml
index 0417b70..de34441 100644
--- a/src/main/resources/mapper/artificer/OrdersDao.xml
+++ b/src/main/resources/mapper/artificer/OrdersDao.xml
@@ -395,7 +395,7 @@
where o1.old_orders_id is not null
and o1.status != 11
- and o2.user_package_id = #{userPackageId}
+ and (o2.user_package_id = #{userPackageId} or o3.user_package_id = #{userPackageId})
and o1.user_id=#{userId}