From c0ae721e2bcfbf61d41fd77376b66d615800382f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com>
Date: Tue, 9 Jul 2024 22:01:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E5=B8=88=E8=AE=A2=E5=8D=95=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E5=8E=BB=E6=8E=89=E5=8F=96=E6=B6=88=E5=8D=95=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/artificer/OrdersDao.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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')