From ebb146213affcf27063f598b9db0d3e0afef4b86 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 3 Oct 2025 21:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=8D=95?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E6=94=B9=E5=8D=95=E7=8A=B6=E6=80=81=E6=94=B9=E6=88=90=E4=BA=86?= =?UTF-8?q?=E6=98=AF=EF=BC=8C=E9=82=A3=E4=B9=88=E6=98=AF=E5=90=A6=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=B0=B1=E6=94=B9=E6=88=90N=EF=BC=8C=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E5=AF=BC=E5=87=BA=E5=90=8E=E5=B0=B1=E7=94=B1N?= =?UTF-8?q?=E6=94=B9=E6=88=90Y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/ecss/CoDelMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/ecss/CoDelMapper.xml b/src/main/resources/mapper/ecss/CoDelMapper.xml index e6e3eb69..9f8cf70a 100644 --- a/src/main/resources/mapper/ecss/CoDelMapper.xml +++ b/src/main/resources/mapper/ecss/CoDelMapper.xml @@ -280,7 +280,8 @@ - update ecss_CoDelNotifyHeader set ready_date=#{readyDate,jdbcType=TIMESTAMP},notifyDate=#{notifyDate,jdbcType=TIMESTAMP} + update ecss_CoDelNotifyHeader set ready_date=#{readyDate,jdbcType=TIMESTAMP},notifyDate=#{notifyDate,jdbcType=TIMESTAMP}, + modifyFlag=1,export_flag='N',updateBy=#{updateBy},updateDate=GetDate() where site=#{site} and delNo=#{delNo}