Commit 91e01302 by 徐高华

后台权限加eid

parent b16fa3af
......@@ -137,7 +137,7 @@ public class HaobanMenuServiceImpl implements HaobanMenuService {
List<RightMenuDTO> list = this.getGicBuyMenus(enterpriseId) ;
if(CollectionUtils.isNotEmpty(list)) {
return list.stream().filter(o->{
return true ;
return o.getHaobanRoles().contains(clerkType+"") ;
}).map(o->o.getMenuCode()).collect(Collectors.toList());
}
return null ;
......
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