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)