正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | (select | 110 | (select |
111 | <include refid="Base_Column_List" /> | 111 | <include refid="Base_Column_List" /> |
112 | from users | 112 | from users |
113 | - where username = 'nmms') u | 113 | + where username = #{username,jdbcType=VARCHAR} ) u |
114 | left join user_role ur on u.user_id = ur.user_id | 114 | left join user_role ur on u.user_id = ur.user_id |
115 | left join role r on r.role_id = ur.role_id | 115 | left join role r on r.role_id = ur.role_id |
116 | left join role_permission rp on r.role_id = rp.role_id | 116 | left join role_permission rp on r.role_id = rp.role_id |
-
请 注册 或 登录 后发表评论