Skip to content

Commit

Permalink
Merge pull request thinkgem#334 from jgroups/master
Browse files Browse the repository at this point in the history
角色修改时归属机构回显Bug
  • Loading branch information
think-gem authored Feb 5, 2018
2 parents d07c22a + 74ffd4a commit 348cc76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/mappings/modules/sys/RoleDao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<resultMap id="roleResult" type="Role">
<id property="id" column="id" />
<association property="office" javaType="Office">
<id property="id" column="office.id" />
<id property="name" column="office.name" />
</association>
<result property="name" column="name" />
<result property="enname" column="enname" />
<result property="roleType" column="roleType" />
Expand Down Expand Up @@ -201,4 +205,4 @@
WHERE id = #{id}
</update>

</mapper>
</mapper>

0 comments on commit 348cc76

Please sign in to comment.