cloudroam
10 天以前 790d073559bfc15e9d1130fb9d51e9d673985cc7
src/main/resources/mapper/film/FilmWorksMapper.xml
@@ -72,6 +72,9 @@
        <if test="dto.classify != null and dto.classify != ''">
            AND t.classify = #{dto.classify}
        </if>
        <if test="dto.category != null and dto.category != ''">
            AND t.keywords LIKE CONCAT('%', #{dto.category}, '%')
        </if>
        <if test="dto.createDateBegin != null">
            <![CDATA[
               AND t.create_time >= #{dto.createDateBegin}