修改返回字段属性

This commit is contained in:
yangjun 2025-10-10 15:03:42 +08:00
parent 9b4ffdcde2
commit 31a03f9fca
1 changed files with 1 additions and 1 deletions

View File

@ -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);