From fe9691916191840f7539dca43364e4dccc04febe Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 1 Apr 2026 14:25:10 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-01=20=E6=94=B6=E8=B4=A7=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1=E5=92=8C=E6=8B=A3=E8=B4=A7=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1=E3=80=90=E4=B8=8B=E8=BE=BE=E3=80=91?= =?UTF-8?q?=E6=97=B6=E4=BF=AE=E6=94=B9close=5Fflag=20=3D=20'N'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inboundNotification/InboundNotificationHeadMapper.xml | 3 ++- .../outboundNotification/OutboundNotificationHeadMapper.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml b/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml index c10e45e..d43ef09 100644 --- a/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml +++ b/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml @@ -227,7 +227,8 @@ UPDATE inbound_notification_head SET assigned_by = #{assignedBy}, - assigned_date = GETDATE() + assigned_date = GETDATE(), + close_flag = 'N' WHERE site = #{site} AND bu_no = #{buNo} AND order_no = #{orderNo} diff --git a/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml b/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml index 99573fd..71a9c71 100644 --- a/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml +++ b/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml @@ -125,7 +125,8 @@ UPDATE outbound_notification_head SET order_status = #{orderStatus}, assigned_by = #{assignedBy}, - assigned_date = GETDATE() + assigned_date = GETDATE(), + close_flag = 'N' WHERE site = #{site} AND bu_no = #{buNo} AND order_no = #{orderNo}