diff --git a/src/main/resources/mapper/artificer/OrdersDao.xml b/src/main/resources/mapper/artificer/OrdersDao.xml index 1fc3798..db5fe2e 100644 --- a/src/main/resources/mapper/artificer/OrdersDao.xml +++ b/src/main/resources/mapper/artificer/OrdersDao.xml @@ -777,7 +777,7 @@ and o.pay_time is not null - and o.status in (2,4,6,7,8,9) + and o.status in (2,6,7,8,9) and o.pay_time is not null and date_format(o.serve_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')