java110
2021-08-22 a8990150b50fde2e507b9df01d8e0847b2bda81d
java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
@@ -183,9 +183,6 @@
        <if test="headerImg !=null and headerImg != ''">
            and t.header_img= #{headerImg}
        </if>
        <if test="endTimeFlag == null or endTimeFlag == ''">
            and t.end_time > now()
        </if>
        <if test="state !=null and state != ''">
            and t.state= #{state}
        </if>