From e854f205d789e50d267aa2f20167b003d2189f2c Mon Sep 17 00:00:00 2001 From: ruanqi Date: Tue, 27 Aug 2024 14:22:06 +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 --- .../java/com/heai/modules/production/entity/HunlianData.java | 2 ++ src/main/resources/mapper/production/DailyPlanMapper.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/heai/modules/production/entity/HunlianData.java b/src/main/java/com/heai/modules/production/entity/HunlianData.java index fc52aa0..5ec0281 100644 --- a/src/main/java/com/heai/modules/production/entity/HunlianData.java +++ b/src/main/java/com/heai/modules/production/entity/HunlianData.java @@ -260,4 +260,6 @@ public class HunlianData extends HunlianTaskHeaderData { public void setRealQty(Double realQty) { this.realQty = realQty; } + + } diff --git a/src/main/resources/mapper/production/DailyPlanMapper.xml b/src/main/resources/mapper/production/DailyPlanMapper.xml index b1a275d..221cdb7 100644 --- a/src/main/resources/mapper/production/DailyPlanMapper.xml +++ b/src/main/resources/mapper/production/DailyPlanMapper.xml @@ -1270,9 +1270,9 @@ Round( dbo.Get_scheduleIssure(a.Site,a.SeqNo),2) as qtyIssure,Round(QtyReported*dbo.Get_PartWeightFactorForReport(a.Site,a.partNo,null),2) as reportWeight, Round(dbo.Get_scheduleIssure(a.Site,a.SeqNo) -QtyReported*dbo.Get_PartWeightFactorForReport(a.Site,a.partNo,null),2) as qty, dbo.Get_ScheduleissurePartNo(a.Site,a.SeqNo) issurePartNo ,dbo.Get_Part_SpecDesc(a.Site,dbo.Get_ScheduleissurePartNo(a.Site,a.SeqNo)) issurePartDesc + ,dbo.Get_scheduleHunlianTask(a.site,a.seqNo) TaskNo from SOScheduledRouting a - and scheduleType='日计划派工单'