wu
2024-04-10 e893f60d1dfdf911657861df40754704d1a5bac7
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);
      }
    }