Commit 7a2b4964f7263d5f951719ffaad47efb7f805a80
1 parent
ab91a03beb
Exists in
master
提交错误返回类型编写
Showing 1 changed file with 1 additions and 1 deletions
base.common/src/main/java/com/lyms/base/common/dao/role/PermissionsMapper.xml
View file @
7a2b496
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | </select> |
| 29 | 29 | |
| 30 | 30 | <!-- 根据uid获取用户的权限列表--> |
| 31 | - <select id="getUserPermission" resultType="com.lyms.base.common.dao.role.PermissionsMapper"> | |
| 31 | + <select id="getUserPermission" resultType="Permissions"> | |
| 32 | 32 | select <include refid="Base_Column_List"></include> from SYS_PERMISSIONS where ID in ( |
| 33 | 33 | select PERMISSION_ID from SYS_ROLE_PERMISSION_MAPS rp where ROLE_ID in ( |
| 34 | 34 | select role_id from SYS_USER_ROLE_MAPS where user_id= #{uid} |