From a71ebc8956e0af09e3b74190f37358fb88c7fb3c Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 26 Feb 2025 13:09:20 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/production/DailyPlanMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/production/DailyPlanMapper.xml b/src/main/resources/mapper/production/DailyPlanMapper.xml index c4f68ef..c62c712 100644 --- a/src/main/resources/mapper/production/DailyPlanMapper.xml +++ b/src/main/resources/mapper/production/DailyPlanMapper.xml @@ -902,7 +902,7 @@ LEFT JOIN Part c on b.PartNo=c.PartNo and b.site=c.site - and a.Status!='已取消' and a.ToTypeFlag_DB not in ('I','Q') + and a.Status!='已取消' and a.ToTypeFlag_DB = 'W' and TransDate >= #{startDate}