修改查询返回字段
This commit is contained in:
parent
0b62af39d6
commit
6058b33ab0
|
|
@ -211,7 +211,7 @@ public class ConfigMaterialCategoryServiceImpl extends ServiceImpl<ConfigMateria
|
|||
infoMap.put("izEnabled",par.getIzEnabled());
|
||||
infoMap.put("children",wllxMap2List);
|
||||
infoMap.put("categoryId",par.getId());
|
||||
infoMap.put("parentIzEnabled",par.getIzEnabled());
|
||||
infoMap.put("parentIzEnabled","N");
|
||||
infoMap.put("appIconPath",par.getAppIconPath());
|
||||
infoMap.put("appCheckIconPath",par.getAppCheckIconPath());
|
||||
infoMap.put("icon",par.getIcon());
|
||||
|
|
|
|||
Loading…
Reference in New Issue