回调及日志修改

This commit is contained in:
18792927508
2024-05-11 15:21:25 +08:00
parent 9df0b9e290
commit bf43517b5c
21 changed files with 406 additions and 48 deletions
@@ -108,7 +108,7 @@
left join sys_role_menu rm on m.menu_id = rm.menu_id
left join sys_user_role ur on rm.role_id = ur.role_id
left join sys_role r on r.role_id = ur.role_id
where m.status = '0' and r.status = '0' and ur.user_id = #{userId}
where m.status = '0' and r.status = '0' and ur.user_id = #{userId} and m.perms is not null and m.perms!=''
</select>
<select id="selectMenuPermsByRoleId" parameterType="Long" resultType="String">