|
@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
23
|
<result property="updateBy" column="update_by" />
|
23
|
<result property="updateBy" column="update_by" />
|
|
24
|
<result property="updateTime" column="update_time" />
|
24
|
<result property="updateTime" column="update_time" />
|
|
25
|
<result property="remark" column="remark" />
|
25
|
<result property="remark" column="remark" />
|
|
26
|
- <association property="dept" column="dept_id" javaType="SysDept" resultMap="deptResult" />
|
26
|
+ <association property="dept" javaType="SysDept" resultMap="deptResult" />
|
|
27
|
<collection property="roles" javaType="java.util.List" resultMap="RoleResult" />
|
27
|
<collection property="roles" javaType="java.util.List" resultMap="RoleResult" />
|
|
28
|
</resultMap>
|
28
|
</resultMap>
|
|
29
|
|
29
|
|