|
@@ -30,9 +30,7 @@
|
|
|
<result column="wechat_id_" property="wechatId"/>
|
|
|
<result column="is_super_admin_" property="isSuperAdmin"/>
|
|
|
<result column="tenant_id_" property="tenantId"/>
|
|
|
- <collection property="roles" ofType="int" javaType="list">
|
|
|
- <result column="role_id_"/>
|
|
|
- </collection>
|
|
|
+ <collection property="roles" ofType="int" column="role_id_"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap id="BaseUserInfoDto" type="com.keao.edu.user.dto.BaseUserInfoDto">
|