Commit 72ccf3c6 authored by 曹盼盼's avatar 曹盼盼

修改

parent f834145f
......@@ -67,6 +67,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
Map<String, String> getCode = EquipmentClassifityEnum.getCode;
if (!ValidationUtil.isEmpty(type)) {
String code = getCode.get(type);
if (!ValidationUtil.isEmpty(code)) {
List<Map<String, Object>> mapList = resourceJson.get(code);
for (Map map : mapList) {
Map<String, Object> resultMap = new HashMap<>();
......@@ -75,6 +76,8 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
menus.add(resultMap);
}
}
}
return menus;
}
......
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