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("称重设备未维护到系统!"); }