mapper.xml类型SysDept全名

This commit is contained in:
ZZ 2021-07-30 18:02:19 +08:00
parent 0bff19684a
commit 3544ae61fa

View File

@ -27,7 +27,7 @@
<result column="update_by" property="updateBy"/>
<result column="update_time" property="updateTime"/>
<result column="remark" property="remark"/>
<association column="dept_id" property="dept" javaType="SysDept" resultMap="deptResult"/>
<association column="dept_id" property="dept" javaType="com.xhpc.system.api.domain.SysDept" resultMap="deptResult"/>
<collection property="roles" javaType="java.util.List" resultMap="RoleResult"/>
</resultMap>