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>