src/main/java/com/zy/asrs/task/handler/WorkMastHandler.java
@@ -177,6 +177,15 @@ .eq("barcode",wrkDetl1.getMatnr()) .eq("status",4) ); if (Cools.isEmpty(testMast)){ testMast = testMastService.selectOne(new EntityWrapper<TestMast>() .eq("barcode",wrkDetl1.getMatnr()) .eq("status",5) ); } if (Cools.isEmpty(testMast)){ throw new CoolException("更改测试状态失败,查询测试档案失败"); } testMast.setStatus(5); testMast.setModiTime(new Date()); if (!testMastService.update(testMast,new EntityWrapper<TestMast>().eq("barcode",wrkDetl1.getMatnr()).eq("status",4))){