From 242f56ae1a66c4f4019a1cfd3386db7a8d9ecb55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com>
Date: Tue, 23 Jun 2026 20:47:11 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8A=A5=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ReservationStockInOrderMapper.xml | 8 ++++----
.../ReservationStockOutOrderMapper.xml | 8 ++++----
.../resources/mapper/pickingOrder/PickingOrderMapper.xml | 8 ++++----
.../resources/mapper/stockInOrder/StockInOrderMapper.xml | 8 ++++----
.../mapper/stockOutOrder/StockOutOrderMapper.xml | 8 ++++----
.../mapper/stockShelfOrder/StockShelfOrderMapper.xml | 8 ++++----
6 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml b/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml
index 9e0c737b8..1f315b9af 100644
--- a/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml
+++ b/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml
@@ -435,11 +435,11 @@
and a.PUSH_TIME #{pushTimeTo}
-
- and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
+
+ and a.create_time =]]> #{createTimeFrom}
-
- and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
+
+ and a.create_time #{createTimeTo}
and a.PUSH_STATUS = #{pushStatus}
diff --git a/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml b/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml
index 775ac0c9a..fa77182c2 100644
--- a/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml
+++ b/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml
@@ -315,11 +315,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.PUSH_TIME #{pushTimeTo}
-
- and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
+
+ and a.create_time =]]> #{createTimeFrom}
-
- and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
+
+ and a.create_time #{createTimeTo}
and a.PUSH_STATUS = #{pushStatus}
diff --git a/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml b/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml
index 253106e1a..19ef51784 100644
--- a/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml
@@ -128,11 +128,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.PUSH_TIME #{pushTimeTo}
-
- and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
+
+ and a.create_time =]]> #{createTimeFrom}
-
- and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
+
+ and a.create_time #{createTimeTo}
and a.PUSH_STATUS = #{pushStatus}
diff --git a/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml
index 23b5ac42d..a1a04ed25 100644
--- a/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml
@@ -424,11 +424,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.PUSH_TIME #{pushTimeTo}
-
- and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
+
+ and a.create_time =]]> #{createTimeFrom}
-
- and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
+
+ and a.create_time #{createTimeTo}
and a.PUSH_STATUS = #{pushStatus}
diff --git a/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml
index 26a6da4a8..c090be1c8 100644
--- a/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml
@@ -312,11 +312,11 @@
and date_format(a.audit_time,'%Y-%m-%d') <= #{auditTimeEnd}
-
- and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
+
+ and a.create_time =]]> #{createTimeFrom}
-
- and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
+
+ and a.create_time #{createTimeTo}
and a.PUSH_TIME =]]> #{pushTimeFrom}
diff --git a/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml
index df534bf7e..83f0b1861 100644
--- a/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml
@@ -110,11 +110,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeEnd}
-
- and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
+
+ and a.create_time =]]> #{createTimeFrom}
-
- and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
+
+ and a.create_time #{createTimeTo}
and a.PUSH_TIME =]]> #{pushTimeFrom}