From c7db94968f3199893054982562910195a0a4e012 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com>
Date: Wed, 3 Jul 2024 19:20:51 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=95=B0=E9=87=8Fsql?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/artificer/OrdersDao.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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')