jinpengyong
2021-03-12 e442e98a198d67994e6dce01fd88e163291fd40c
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>