jinpengyong
2021-09-16 5688e9adb709a253e1ce69b510457b9c88a645a9
screen-api/src/main/resources/mapper/UserMapper.xml
@@ -28,10 +28,10 @@
            <result column="org_expire_time" property="expireTime"/>
        </association>
        <!--用户组-->
        <collection property="groups" ofType="com.moral.api.entity.Group" javaType="java.util.ArrayList">
        <association property="group" javaType="com.moral.api.entity.Group">
            <id column="group_id" property="id" jdbcType="INTEGER"/>
            <result column="group_name" property="groupName" jdbcType="VARCHAR"/>
        </collection>
        </association>
    </resultMap>
    <!--查询用户信息,包含组织,角色-->