java110
2021-08-12 4dbf61c9189796ec46d39ac4b839cfc064e70411
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>