jinpengyong
2021-06-24 b7f1bd1f00f3903b828d517f5b0e9cf9c5bfe6f6
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">