|
@@ -332,7 +332,6 @@ public class ModuleInfoFacade extends ModuleInfoServiceImpl {
|
|
|
.orderByDesc("order_no")
|
|
|
.notIn("val",types);
|
|
|
List<DictionaryInfo> dictionaryInfoList = dictionaryFacade.list(dictionaryInfoQueryWrapper);
|
|
|
- Map<String, DictionaryInfo> dictionaryInfoMap = dictionaryInfoList.stream().collect(Collectors.toMap(DictionaryInfo::getVal,dictionaryInfo -> dictionaryInfo));
|
|
|
List<GetModuleTypeDTO> getModuleTypeDTOS = new ArrayList<>();
|
|
|
for (DictionaryInfo dictionaryInfo : dictionaryInfoList) {
|
|
|
GetModuleTypeDTO getModuleTypeDTO = new GetModuleTypeDTO();
|