| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.dao.menu | |
| cn.gtmap.hlw.core.model | |
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyMenu |
GxYyMenuDao.get(String id)
通过ID查询单条数据
|
GxYyMenu |
GxYyMenuDao.get(String id)
通过ID查询单条数据
|
GxYyMenu |
GxYyMenuDao.getMenuByFunctionMenuId(String functionMenuId)
根据菜单ID查询GxYyMenu
|
GxYyMenu |
GxYyMenuDao.getMenuByFunctionMenuId(String functionMenuId)
根据菜单ID查询GxYyMenu
|
GxYyMenu |
GxYyMenuDao.getMenuBySqlxAndClientType(String sqlxdm,
String clientType)
根据 sqlx+CLIENT_TYPE去查询
|
GxYyMenu |
GxYyMenuDao.getMenuBySqlxAndClientType(String sqlxdm,
String clientType)
根据 sqlx+CLIENT_TYPE去查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyMenu> |
GxYyMenuDao.getMenuByMenuQueryParams(MenuQueryParamsDTO queryDTO)
根据MenuQueryParamsDTO查询菜单
|
List<GxYyMenu> |
GxYyMenuDao.getMenuByMenuQueryParams(MenuQueryParamsDTO queryDTO)
根据MenuQueryParamsDTO查询菜单
|
List<GxYyMenu> |
GxYyMenuDao.getMenuByQueryParams(IndexConfigQueryDTO queryDTO,
List<GxYyFunctionMenu> gxYyFunctionMenus)
修改数据
|
List<GxYyMenu> |
GxYyMenuDao.getMenuByQueryParams(IndexConfigQueryDTO queryDTO,
List<GxYyFunctionMenu> gxYyFunctionMenus)
修改数据
|
List<GxYyMenu> |
GxYyMenuDao.getMenuByRoleId(String roleId)
根据角色查询菜单
|
List<GxYyMenu> |
GxYyMenuDao.getMenuByRoleId(String roleId)
根据角色查询菜单
|
List<GxYyMenu> |
GxYyMenuDao.getMenuListByAreaTypeAndClientType(String areaType,
String clientType,
String roleId)
菜单查询
|
List<GxYyMenu> |
GxYyMenuDao.getMenuListByAreaTypeAndClientType(String areaType,
String clientType,
String roleId)
菜单查询
|
List<GxYyMenu> |
GxYyMenuDao.getMenuListByFunctionMenu(List<String> functionMenuList,
String clientype,
String areaType)
获取数据
|
List<GxYyMenu> |
GxYyMenuDao.getMenuListByFunctionMenu(List<String> functionMenuList,
String clientype,
String areaType)
获取数据
|
List<GxYyMenu> |
GxYyMenuDao.getMenuListByFunctionMenuIds(List<String> functionMenuIds,
String clientype,
String areaType,
String roleId)
获取数据
|
List<GxYyMenu> |
GxYyMenuDao.getMenuListByFunctionMenuIds(List<String> functionMenuIds,
String clientype,
String areaType,
String roleId)
获取数据
|
List<GxYyMenu> |
GxYyMenuDao.listByFunctionMenuIdList(List<String> functionMenuIdList)
菜单查询
|
List<GxYyMenu> |
GxYyMenuDao.listByFunctionMenuIdList(List<String> functionMenuIdList)
菜单查询
|
List<GxYyMenu> |
GxYyMenuDao.listBySqlx(String sqlx)
根据sqlx查询
|
List<GxYyMenu> |
GxYyMenuDao.listBySqlx(String sqlx)
根据sqlx查询
|
List<GxYyMenu> |
GxYyMenuDao.listBySqlxAndClientType(String sqlx,
String clientType)
根据sqlx、clientType查询
|
List<GxYyMenu> |
GxYyMenuDao.listBySqlxAndClientType(String sqlx,
String clientType)
根据sqlx、clientType查询
|
com.baomidou.mybatisplus.core.metadata.IPage<GxYyMenu> |
GxYyMenuDao.queryPage(MenuQueryParamsDTO paramsDTO)
菜单--分页查询
|
com.baomidou.mybatisplus.core.metadata.IPage<GxYyMenu> |
GxYyMenuDao.queryPage(MenuQueryParamsDTO paramsDTO)
菜单--分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyMenuDao.saveOrUpdateMenu(GxYyMenu gxYyMenu)
保存更新
|
void |
GxYyMenuDao.saveOrUpdateMenu(GxYyMenu gxYyMenu)
保存更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyMenuDao.insertBatchSomeColumn(List<GxYyMenu> menuList)
批量插入
|
void |
GxYyMenuDao.insertBatchSomeColumn(List<GxYyMenu> menuList)
批量插入
|
void |
GxYyMenuDao.saveBatch(List<GxYyMenu> menuList)
批量保存
|
void |
GxYyMenuDao.saveBatch(List<GxYyMenu> menuList)
批量保存
|
void |
GxYyMenuDao.saveOrUpdateBatch(List<GxYyMenu> menuPoList)
批量保存或更新
|
void |
GxYyMenuDao.saveOrUpdateBatch(List<GxYyMenu> menuPoList)
批量保存或更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyMenu> |
GxYyMenu.getChildren() |
List<GxYyMenu> |
GxYyMenu.getChildren() |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyMenu |
GxYyMenuRepository.get(String id)
通过ID查询单条数据
|
GxYyMenu |
GxYyMenuRepository.get(String id)
通过ID查询单条数据
|
GxYyMenu |
GxYyMenuRepository.getMenuByFunctionMenuId(String functionMenuId)
根据菜单ID查询GxYyMenu
|
GxYyMenu |
GxYyMenuRepository.getMenuByFunctionMenuId(String functionMenuId)
根据菜单ID查询GxYyMenu
|
GxYyMenu |
GxYyMenuRepository.getMenuBySqlxAndClientType(String sqlxdm,
String clientType)
根据 sqlx+CLIENT_TYPE去查询
|
GxYyMenu |
GxYyMenuRepository.getMenuBySqlxAndClientType(String sqlxdm,
String clientType)
根据 sqlx+CLIENT_TYPE去查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyMenu> |
GxYyMenuRepository.getBySqlxList(List<String> sqlxList)
根据sqlx查询
|
List<GxYyMenu> |
GxYyMenuRepository.getBySqlxList(List<String> sqlxList)
根据sqlx查询
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuByMenuQueryParams(MenuQueryParamsDTO queryDTO)
根据MenuQueryParamsDTO查询菜单
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuByMenuQueryParams(MenuQueryParamsDTO queryDTO)
根据MenuQueryParamsDTO查询菜单
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuByQueryParams(IndexConfigQueryDTO queryDTO,
List<GxYyFunctionMenu> gxYyFunctionMenus)
修改数据
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuByQueryParams(IndexConfigQueryDTO queryDTO,
List<GxYyFunctionMenu> gxYyFunctionMenus)
修改数据
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuByRoleId(String roleId)
根据角色查询菜单
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuByRoleId(String roleId)
根据角色查询菜单
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuListAndChild(List<String> menuIdList,
String roleId)
根据菜单id查询当前菜单及子菜单
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuListAndChild(List<String> menuIdList,
String roleId)
根据菜单id查询当前菜单及子菜单
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuListByFunctionMenu(List<String> functionMenuList,
String clientype,
String areaType)
获取数据
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuListByFunctionMenu(List<String> functionMenuList,
String clientype,
String areaType)
获取数据
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuListByFunctionMenuIds(List<String> functionMenuIds,
String clientype,
String areaType,
String roleId)
获取数据
|
List<GxYyMenu> |
GxYyMenuRepository.getMenuListByFunctionMenuIds(List<String> functionMenuIds,
String clientype,
String areaType,
String roleId)
获取数据
|
List<GxYyMenu> |
GxYyMenuRepository.listByFunctionMenuIdsAndRoleId(List<String> menuIds,
String roleId)
根据菜单id查询
|
List<GxYyMenu> |
GxYyMenuRepository.listByFunctionMenuIdsAndRoleId(List<String> menuIds,
String roleId)
根据菜单id查询
|
PageInfo<GxYyMenu> |
GxYyMenuRepository.queryPage(MenuQueryParamsDTO paramsDTO)
分页查询
|
PageInfo<GxYyMenu> |
GxYyMenuRepository.queryPage(MenuQueryParamsDTO paramsDTO)
分页查询
|
List<GxYyMenu> |
GxYyMenuRepository.treeByFunctionMenuIdsAndRoleIdAndUserId(List<String> functionMenuIdList,
String roleId,
String userId)
根据菜单id查询
|
List<GxYyMenu> |
GxYyMenuRepository.treeByFunctionMenuIdsAndRoleIdAndUserId(List<String> functionMenuIdList,
String roleId,
String userId)
根据菜单id查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyMenuRepository.save(GxYyMenu gxYyMenu)
新增数据
|
void |
GxYyMenuRepository.save(GxYyMenu gxYyMenu)
新增数据
|
void |
GxYyMenuRepository.saveOrUpdate(GxYyMenu gxYyMenu)
保存更新
|
void |
GxYyMenuRepository.saveOrUpdate(GxYyMenu gxYyMenu)
保存更新
|
void |
GxYyMenuRepository.update(GxYyMenu gxYyMenu)
修改数据
|
void |
GxYyMenuRepository.update(GxYyMenu gxYyMenu)
修改数据
|
Copyright © 2025. All rights reserved.