From 294d3b819c2ed1df6b475e87c03d92ae496fc0b4 Mon Sep 17 00:00:00 2001 From: ALW <850658129@qq.com> Date: Wed, 27 Jul 2022 17:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E6=A1=88=E5=AE=A4=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=88=97=E5=88=AB=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/Archive_MasterMapper.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/resources/mapper/Archive_MasterMapper.xml b/src/main/resources/mapper/Archive_MasterMapper.xml index 98885e82..1d45939e 100644 --- a/src/main/resources/mapper/Archive_MasterMapper.xml +++ b/src/main/resources/mapper/Archive_MasterMapper.xml @@ -1511,16 +1511,9 @@ and ISNULL( datediff(day,convert(varchar(100),m.mid_date,23),convert(varchar(100),f.handle_time,23)),0)+ISNULL(m.dayOne,0)-1-cast(#{overdueDays,jdbcType=NCHAR} as int)>=#{overdueDaysTwo,jdbcType=NCHAR} - and ISNULL( datediff(day,convert(varchar(100),m.mid_date,23),convert(varchar(100),f.handle_time,23)),0)+ISNULL(m.dayOne,0)-1-3>=#{overdueDaysTwo,jdbcType=NCHAR} - - and m.id = #{id,jdbcType=NVARCHAR}