设置权限查询按钮类型;

This commit is contained in:
王奎兴
2026-03-25 14:27:50 +08:00
parent 19c87ed20e
commit 8c97eed56c
@@ -233,7 +233,7 @@ public class MenuRepositoryImpl extends ServiceImpl<MenuMapper,Menu> implements
if (menuPo.getMenuClient() != null){ if (menuPo.getMenuClient() != null){
qw.eq("menu_client",menuPo.getMenuClient()); qw.eq("menu_client",menuPo.getMenuClient());
} }
qw.ne("menu_type",3); //qw.ne("menu_type",3);
return menuMapper.selectList(qw); return menuMapper.selectList(qw);
} }
@@ -294,4 +294,4 @@ public class MenuRepositoryImpl extends ServiceImpl<MenuMapper,Menu> implements
public List<Menu> getMenuByTenantsId(Long tenantsId, Integer menuShow) { public List<Menu> getMenuByTenantsId(Long tenantsId, Integer menuShow) {
return menuMapper.getMenuByTenantsId(tenantsId, menuShow); return menuMapper.getMenuByTenantsId(tenantsId, menuShow);
} }
} }