jinpengyong
2023-09-22 48bd10b213992dd416620e338cf732ee972110de
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>
    <!--查询用户信息,包含组织,角色-->