java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
@@ -251,8 +251,9 @@
    <select id="queryActivitiessCount" parameterType="Map" resultType="Map">
        select count(1) count
        from activities t
        left join activities_type act on t.type_cd = act.type_cd and t.community_id = act.community_id
        where 1 =1
        and t.status_cd= '0'
        and t.status_cd= '0' and act.status_cd = '0'
        <if test="collectCount !=null and collectCount != ''">
            and t.collect_count= #{collectCount}
        </if>