修改返回值样式
This commit is contained in:
parent
16e3c931c4
commit
5407e105ae
|
@ -162,7 +162,7 @@ public class ConfigMaterialCategoryServiceImpl extends ServiceImpl<ConfigMateria
|
|||
}
|
||||
}
|
||||
infoMap.put("key",par.getId());
|
||||
infoMap.put("title",index + " " +par.getCategoryName());
|
||||
infoMap.put("title",par.getCategoryName());
|
||||
infoMap.put("levle","1");
|
||||
infoMap.put("children",wllxMap2List);
|
||||
infoMapList.add(infoMap);
|
||||
|
|
Loading…
Reference in New Issue