springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java
@@ -51,15 +51,12 @@ //一号线请求 if(ExportTOMES1!=null&&MESToPLC!=null){ if (ExportTOMES1.equals("1") == true&&MESToPLC.equals("0")==true) { //将运输车状态改为忙碌 spianService.selectout(1); } } // //二线号请求时 if(ExportToMES2!=null &&MESToPLC!=null){ if (ExportToMES2.equals("1") == true&&MESToPLC.equals("0")==true) { //将运输车状态改为忙碌 spianService.selectout(2); } }