审核角色自动添加审核菜单;

审核角色禁止修改角色名称
This commit is contained in:
duandongmei
2019-04-30 11:34:08 +08:00
committed by 段冬梅
parent 2b57e33d12
commit d00a855666
4 changed files with 51 additions and 3 deletions

View File

@@ -103,6 +103,13 @@
</select>
<select id="findSysMenuByCode" resultType="sysMenu">
SELECT *
FROM sys_menu a
WHERE a.del_flag = 1
and a.code=#{code}
</select>