修改返回字段属性
This commit is contained in:
parent
9b4ffdcde2
commit
31a03f9fca
|
|
@ -90,7 +90,7 @@ public class NuConfigServiceCategoryServiceImpl extends ServiceImpl<NuConfigServ
|
|||
}
|
||||
}
|
||||
infoMap.put("key",par.getId());
|
||||
infoMap.put("title",index + " " +par.getCategoryName());
|
||||
infoMap.put("title",par.getCategoryName().substring(0,2));
|
||||
infoMap.put("levle","1");
|
||||
infoMap.put("children",wllxMap2List);
|
||||
treeList.add(infoMap);
|
||||
|
|
|
|||
Loading…
Reference in New Issue