Commit 563c332f by 徐高华

权限

parent 57e89231
......@@ -159,9 +159,9 @@ public class HaobanMenuServiceImpl implements HaobanMenuService {
HaobanMenuBO bo = map.get(menuCode) ;
if(null != bo) {
if (menuCode.equals(bo.getParentCode())) {
notPidMenuBOList.add(bo) ;
}else {
pidMenuBOList.add(bo) ;
}else {
notPidMenuBOList.add(bo) ;
}
}
}
......
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