src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -791,13 +791,8 @@ if(null != testMast){ if (testMast.getStatus()==3){ Date date = new Date(); testMast.setStatus(4); testMast.setModiTime(date); if (!testMastService.update(testMast,wrapper)){ throw new CoolException("更改测试状态失败"); } locMast.setPackStatus(3); testMast.setModiTime(date); locMast.setModiTime(date); CombParam combParam = new CombParam(); combParam.setPackNo(locMast.getBarcode()); combParam.setLocNo(locMast.getLocNo());