From 5ae1445119ad521569d1e3e5c594975ad3713dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 26 Aug 2025 13:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E5=BC=80?= =?UTF-8?q?=E5=B7=A5=E6=97=B6=E9=97=B4sql?= 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 0f714af..e0283db 100644 --- a/src/main/resources/mapper/production/DailyPlanMapper.xml +++ b/src/main/resources/mapper/production/DailyPlanMapper.xml @@ -1374,7 +1374,7 @@ , a.c_sys_scrap_rate as csysScrapRate, b.shiftType as shiftType, - dbo.Get_SFDC_TimeHist_EventTime(a.site,a.OrderNo,a.ItemNo,a.SeqNo) as lastStartTime, + dbo.Get_SFDC_TimeHist_EventTime(a.site,a.OrderNo,a.ItemNo,a.AssJobSeqNo) as lastStartTime, case when a.ReportQty!=0 then Round((a.ReportQty - a.ApproveQty) * 100 / a.ReportQty, 2) else 0 end as scrapRate