src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -2013,7 +2013,8 @@ TestMast testMast = testMastService.selectOne(new EntityWrapper<TestMast>() .eq("channel",(i+1)).eq("status",olsStatus));//查找原来的状态 if(null != testMast && devpThread.startSignal[i] == 1){ if(null != testMast && (devpThread.startSignal[i] == 1 || devpThread.startSignal[i] == 3 || devpThread.startSignal[i] == 5)){ testMast.setStatus(newStatus); testMast.setModiTime(new Date()); if(!testMastService.update(testMast,new EntityWrapper<TestMast>()