作者 朱兆平

上一个提交的SQL BUG修复

... ... @@ -110,7 +110,7 @@
(select
<include refid="Base_Column_List" />
from users
where username = 'nmms') u
where username = #{username,jdbcType=VARCHAR} ) u
left join user_role ur on u.user_id = ur.user_id
left join role r on r.role_id = ur.role_id
left join role_permission rp on r.role_id = rp.role_id
... ...