浏览代码

获取自定义机构权限

hym 4 年之前
父节点
当前提交
ddc0892924
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      user_auth/src/main/resources/mapper/UserMapper.xml

+ 1 - 1
user_auth/src/main/resources/mapper/UserMapper.xml

@@ -243,7 +243,7 @@
         and a.id=#{id}
     </select>
     <select id="findOrgRole" resultType="com.huaxu.model.ProgramItem">
-         select d.ORG_ID orgId  code from  uims_user_role b
+         select d.ORG_ID orgId   from  uims_user_role b
 
         join uims_role_org d on b.ROLE_ID=d.ROLE_ID
         where b.USER_ID=#{id}