Commit 6737776d authored by 韩桐桐's avatar 韩桐桐

fix(jg):bug34226

parent 929a2c9d
......@@ -356,6 +356,10 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
Iterable<ESEquipmentCategoryDto> equips = esEquipmentCategory.findAllById(ids);
equipListMaps = getEquipListMaps(equips);
}
equipListMaps.forEach(item -> {
String deviceLevel = String.valueOf(item.get("deviceLevel"));
item.put("deviceLevel", dataDictionaryMapper.selectById(deviceLevel).getName());
});
}
// Map<String, Object> detail = equipmentInfos.get(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment