From a2962479670149be4afe11200b1ff3fcd00ff626 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Sun, 23 Jun 2024 20:11:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E5=B8=A6?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=8A=B6=E6=80=81=E6=97=B6=EF=BC=8C=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=E5=BE=85=E6=9C=8D=E5=8A=A1=E5=8F=8A=E5=BE=85=E7=A1=AE?=
=?UTF-8?q?=E8=AE=A4=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 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/mapper/artificer/OrdersDao.xml b/src/main/resources/mapper/artificer/OrdersDao.xml
index fd21849..736a94d 100644
--- a/src/main/resources/mapper/artificer/OrdersDao.xml
+++ b/src/main/resources/mapper/artificer/OrdersDao.xml
@@ -299,9 +299,12 @@
and o.shop_user_id=#{shopId}
-
+
and o.status=#{status}
+
+ and o.status=(2,9)
+
and o.status in (3,5)