kaiyu
2021-03-12 37d76adf129d41f65342874886c43db450ecb0ef
screen-api/src/main/resources/mapper/OrganizationMapper.xml
@@ -24,4 +24,7 @@
                    <result column="is_delete" property="isDelete" />
        </resultMap>
    <select id="selectOrganizationById" resultType="java.util.Map">
        SELECT * FROM organization WHERE id= #{orgId}
    </select>
</mapper>