diff --git a/src/main/resources/mapper/artificer/OrdersDao.xml b/src/main/resources/mapper/artificer/OrdersDao.xml
index 3b2fff1..f55da5e 100644
--- a/src/main/resources/mapper/artificer/OrdersDao.xml
+++ b/src/main/resources/mapper/artificer/OrdersDao.xml
@@ -691,7 +691,7 @@
- and o.status in (2,3,4,5,6,7,8)
+ and o.status in (2,3,5,6,7,8)
and date_format(o.serve_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')
@@ -748,7 +748,7 @@
- and o.status in (2,3,4,5,6,7,8)
+ and o.status in (2,3,5,6,7,8)
and date_format(o.serve_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')