From 0c0f3b6de70d4193a5c26e7a227b053060412e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Fri, 8 Aug 2025 17:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E6=A3=80=E8=AE=A1=E5=88=92=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E6=97=B6?= =?UTF-8?q?=E6=9F=A5=E9=87=8Dsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/EamMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/pms/EamMapper.xml b/src/main/resources/mapper/pms/EamMapper.xml index 9fddea52..22626269 100644 --- a/src/main/resources/mapper/pms/EamMapper.xml +++ b/src/main/resources/mapper/pms/EamMapper.xml @@ -2350,7 +2350,7 @@ or convert(varchar(10), a.PlanEndDate, 120) between #{planStartDate} and #{planEndDate} or (DATEDIFF(day, a.PlanStartDate, #{planStartDate}) >= 0 and DATEDIFF(day, #{planEndDate}, a.PlanEndDate) >= 0)) and a.PropertiesCode = #{propertiesCode} and a.plan_cycle = #{planCycle} and a.PlanPeriod = #{planPeriod} - and b.Status not in ('已取消','已完成','待审核') + and b.Status not in ('已取消','已完工','待审核')