Skip to content

Commit

Permalink
fix menu mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
liujian committed Sep 30, 2024
1 parent 54ef08a commit e4520d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dinky-admin/src/main/resources/mapper/MenuMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
from dinky_sys_menu m
left join dinky_sys_role_menu rm on m.id = rm.menu_id
left join dinky_user_role ur on rm.role_id = ur.role_id
left join dinky_role r on r.role_id = ur.role_id
left join dinky_role r on r.id = ur.role_id
where r.is_delete = 0 and ur.user_id = #{userId}
</select>

Expand Down

0 comments on commit e4520d7

Please sign in to comment.