goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/service/impl/ExamineTemplateServiceImpl.java
@@ -114,7 +114,7 @@ } List<ExamineItem> list = infoDto.getExamineItemList(); list.forEach(f->{f.setExamineTemplateId(infoDto.getId());}); list.forEach(f->{f.setExamineTemplateId(examineTemplate.getId());}); examineItemService.saveOrUpdateBatch(list); }