@@ -499,6 +499,13 @@
and site_id=#{siteId}
</if>
</where>
+ <if test="orgId!=null">
+ union all
+ select * from sc_community
+ where org_id is null
+ and region=#{areaId}
+ and site_id=#{siteId}
+ </if>
</select>
</mapper>