diff --git a/src/main/resources/mapper/artificer/OrdersDao.xml b/src/main/resources/mapper/artificer/OrdersDao.xml
index 2d471dd..3a50cbc 100644
--- a/src/main/resources/mapper/artificer/OrdersDao.xml
+++ b/src/main/resources/mapper/artificer/OrdersDao.xml
@@ -645,7 +645,7 @@
and status = #{status}
- and status in (2,3,4,5,6,7,8,9,10)
+ and status in (2,3,5,6,7,8,9,10)
and date_format(create_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')