From d2b1926e3781f97368d0afba0ba4cde4d9d19437 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 21 Mar 2024 17:13:08 +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 --- .../modules/production/service/impl/DailyPlanServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java b/src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java index 512edd3..7a46144 100644 --- a/src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java +++ b/src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java @@ -1240,7 +1240,7 @@ public class DailyPlanServiceImpl implements DailyPlanService { throw new RuntimeException("上道派工单没有报工记录无法交接!"); } if(!sfdcCheck.get(0).getOrderNo().equals(checkFirstItem.get(0).getOrderNo())||sfdcCheck.get(0).getItemNo().intValue()!=checkFirstItem.get(0).getItemNo().intValue()){ - throw new RuntimeException("扫描的上道派工单不匹配,不是同一个生产订单!"); + throw new RuntimeException("扫描的上道派工单工序不匹配,或者不是同一个生产订单!"); } if(getPreviousSOSData.get(0).getMaterSeqNo()==null){ throw new RuntimeException("上道派工单没有交接记录!");