songhuangfeng123
2022-09-20 9f122a41255d18f04a82d8be3b038a95c2c18d95
goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/service/impl/ExamineMngServiceImpl.java
@@ -135,6 +135,7 @@
        List<CurrentExamineDto> list = JSONObject.parseArray( examineMng.getNumberDetailJson(), CurrentExamineDto.class);
        List<Long> idList = list.stream().map(CurrentExamineDto::getId).collect(Collectors.toList());
        if(!idList.isEmpty()) {
        List<ExamineItem> itemList = examineItemBaseService.selectBatchIds(idList);
        Map<Long,ExamineItem> itemMap = itemList.stream().collect(
                Collectors.toMap(ExamineItem::getId, Function.identity(),(k1, k2)->k1));
@@ -149,6 +150,7 @@
                }
            });
        }
        }
        dto.setCurrentExamineDtoList(list);
        //获取合格分数