src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -2106,6 +2106,7 @@ public synchronized void taskStart() { for (RgvSlave rgvSlave : slaveProperties.getRgv()) { try { Thread.sleep(101); if (rgvDetection(rgvSlave)) { String taskNoNow = rgvOtherTaskWrk(rgvSlave); List<BasDevpPosition> basDevpPositions = basDevpPositionService.selectList(new EntityWrapper<BasDevpPosition>().orderBy("PLC_POSITION", true));