@@ -666,6 +666,5 @@
<if test="communityId != null and communityId != ''">
and sc.community_id = #{communityId}
</if>
- group by sc.community_id
</select>
</mapper>