kaiyu
2021-03-18 64994bcb51726e8e26016b99e2de55278539b484
screen-api/src/main/resources/mapper/GroupMapper.xml
@@ -15,7 +15,6 @@
    <resultMap id="GroupResultMap" type="java.util.LinkedHashMap">
        <id column="id" property="id"/>
        <result column="group_name" property="groupName"/>
        <result column="organization_id" property="organizationId"/>
    </resultMap>
    <select id="selectUserGroup" resultMap="GroupResultMap">