src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -2445,7 +2445,7 @@ TestMast testMast=testMastService.selectOne(new EntityWrapper<TestMast>() .eq("loc_no",locMast.getLocNo()) .eq("user_id",locMast.getBarcode())); if(locMast.getLocSts().equals("O")&&devpThread.startSignal[i][0]!=8){ if((locMast.getLocSts().equals("O")||locMast.getLocSts().equals("S"))&&devpThread.startSignal[i][0]!=8){ Thread.sleep(1000); MessageQueue.offer(SlaveType.Devp, 1, new Task(6,locMast.getChannel()-1)); }