@@ -32,7 +32,7 @@
) as building_intention
ON biz_event.event_id = building_intention.event_id
-
+ where biz_event.points is not null
</select>
</mapper>