From 3b37445473b8bf038d1c185e2cc41b5f58c8ed76 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:38:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=AC=A1=E5=8D=A1=E5=8D=87=E7=BA=A7=E6=9F=A5?=
=?UTF-8?q?=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 7b3ba77..0417b70 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 o1.user_package_id = #{userPackageId}
+ and o2.user_package_id = #{userPackageId}
and o1.user_id=#{userId}