From f67d2f7595456104c6d3c0d0349469db5b3f5863 Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期一, 01 九月 2025 16:54:23 +0800 Subject: [PATCH] 供应商商品 --- ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml index 17ab894..9f0124d 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml @@ -139,7 +139,7 @@ <select id="selectListByRoleId" resultType="com.ruoyi.common.core.domain.entity.SysMenu"> select sm.menu_id AS menuId, sm.menu_name AS menuName, sm.parent_id AS parentId, sm.order_num AS orderNum, sm.`path` AS path, sm.component AS component, sm.`query` AS query, sm.is_frame AS isFrame,sm.is_cache AS isCache, sm.menu_type AS menuType, sm.visible AS visible, sm.status AS status, - ifnull(sm.perms,'') as perms, sm.icon AS icon, sm.create_time AS createTime,, sm.role_type + ifnull(sm.perms,'') as perms, sm.icon AS icon, sm.create_time AS createTime,sm.role_type from sys_role_menu srm left join sys_menu sm on srm.menu_id = sm.menu_id WHERE srm.role_id = #{roleId} -- Gitblit v1.7.1