Skip to content

Commit

Permalink
[Fix]fix menu mapper (DataLinkDC#3858)
Browse files Browse the repository at this point in the history
Co-authored-by: liujian <[email protected]>
  • Loading branch information
maikouliujian and liujian authored Oct 6, 2024
1 parent 54ef08a commit e558240
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 e558240

Please sign in to comment.