From cf00739ac59fb9cff36c99cbe0fb65099d3307eb Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 25 Jul 2024 17:25:01 +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 --- .../resources/mapper/production/DailyPlanMapper.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/mapper/production/DailyPlanMapper.xml b/src/main/resources/mapper/production/DailyPlanMapper.xml index 37474a2..2d9c118 100644 --- a/src/main/resources/mapper/production/DailyPlanMapper.xml +++ b/src/main/resources/mapper/production/DailyPlanMapper.xml @@ -1352,6 +1352,18 @@ and #{query.endDate} >= r2.S_ScheduledDate + + and r2.SeqNo= #{query.seqNo} + + + and operatorName like #{query.operatorName} + + + and r2.partNo like #{query.partNo} + + + and dbo.Get_Part_SpecDesc(r2.site,r2.partNo) like #{query.partDesc} +