@@ -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}