songhuangfeng123
2022-08-02 5e9d2eb03f707a6ff41725e838f32a777b035f0f
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);
    }