Commit 4cb4dd30 authored by chenhao's avatar chenhao

添加偶然性数据为空导致的问题

parent a8e79b14
......@@ -192,6 +192,7 @@ public class KeySiteServiceImpl extends BaseService<KeySiteDto, KeySite, KeySite
o.getBizOrgCode());
return menu;
}).collect(Collectors.toList());
menuList.remove(null);
return buildTreeParallel(menuList);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment