|
@@ -131,6 +131,7 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements IM
|
|
|
map.put("pid", menuEntity.getParentId());
|
|
|
map.put("permission", menuEntity.getPermission());
|
|
|
map.put("weight", menuEntity.getWeight());
|
|
|
+ map.put("ifShow", menuEntity.getIfShow());
|
|
|
if (menuEntityIsChildren(menuEntity,menuEntityList) ){
|
|
|
map.put("children",optimizeListUtil(menuEntity.getId(),menuEntityList));
|
|
|
}else {
|