From c9fdf63c4c2bdbfb7efcce48c6022cfa865f70c8 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 26 Dec 2024 15:19:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5d232c9..4a6bbfb 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 @@ -1154,7 +1154,7 @@ public class DailyPlanServiceImpl implements DailyPlanService { @Override public void linkWeighTPC(SOScheduledRoutingOutData inData){ - List newList =tcpMapper.selectTCPMachine("包裝称重"); + List newList =tcpMapper.selectTCPMachine("包装称重"); if(newList.size()==0){ throw new RuntimeException("称重设备未维护到系统!"); } @@ -1163,7 +1163,7 @@ public class DailyPlanServiceImpl implements DailyPlanService { @Override public void reLinkWeighTPC(SOScheduledRoutingOutData inData){ - List newList =tcpMapper.selectTCPMachine("包裝称重"); + List newList =tcpMapper.selectTCPMachine("包装称重"); if(newList.size()==0){ throw new RuntimeException("称重设备未维护到系统!"); }