kaiyu
2021-06-09 d671f1e6611902e2e4d59443f556c421dfc999d7
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">