src/main/java/com/whyc/service/WorksheetMainService.java
@@ -100,6 +100,7 @@ int nextRejectVersion = rejectVersion+1; bomList.forEach(bom->{ bom.setMainId(main.getId()); bom.setUpUserId(user.getId()); bom.setRejectVersion(nextRejectVersion); }); approvingService.insert(bomList);