From a96cffb30bb7e7d68f6802f57f51cb7813b7ebc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com>
Date: Thu, 4 Jun 2026 18:19:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E4=B8=8B=E5=8F=91=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ReservationStockInOrderMapper.xml | 6 +++---
.../ReservationStockOutOrderMapper.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml b/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml
index 9d8f129c9..d4c3b92f8 100644
--- a/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml
+++ b/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml
@@ -455,10 +455,10 @@
and date_format(a.expect_time,'%Y-%m-%d') <= #{expectTimeEnd}
- and b.in_order_number is not null
+ and a.issue_time is not null
- and b.in_order_number is null
+ and a.issue_time is null
@@ -491,7 +491,7 @@
- and b.out_order_number is not null
+ and a.issue_time is not null
- and b.out_order_number is null
+ and a.issue_time is null
@@ -391,7 +391,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"