mapper.xml类型SysDept全名
This commit is contained in:
parent
0bff19684a
commit
3544ae61fa
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user