hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/job/PlcLoadGlassTask.java
@@ -34,7 +34,7 @@ * fixedDelay : 上一个调用结束后再次调用的延时 */ @Scheduled(fixedDelay = 300) @Scheduled(fixedDelay = 3000000) public void plcLoadGlassTask() throws InterruptedException { try { //获取是否有上片请求 @@ -72,7 +72,7 @@ } } @Scheduled(fixedDelay = 300) @Scheduled(fixedDelay = 30000000) public void plcLoadGlassReport(){ //获取是否有汇报 String loadStatus = plcParameterObject.getPlcParameter("PlcStatus").getValue();