fix
songhuangfeng123
2022-08-01 61a90be7178c60a838ec15ed9a24202a80cd242f
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);
    }