Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Caratacus committed Dec 18, 2019
1 parent 3e4f404 commit 2068332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/mapper/ResourceMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
LEFT JOIN sys_role_menu srm ON smr.menu_id = srm.menu_id
LEFT JOIN sys_user_role sur ON sur.role_id = srm.role_id
WHERE
sur.uid = 1
sur.uid = #{uid}
</select>
</mapper>

0 comments on commit 2068332

Please sign in to comment.