Commit 0c15b1c0 by 徐高华

素材-微信图bug

parent 8c26716d
...@@ -249,7 +249,6 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService { ...@@ -249,7 +249,6 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
// 开启的权限 // 开启的权限
if(menuCodes.contains(code)) { if(menuCodes.contains(code)) {
haobanMenuList.add(item) ; haobanMenuList.add(item) ;
menuCodes.add(code) ;
continue ; continue ;
} }
// 无需授权的权限 // 无需授权的权限
......
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