cloudroam
2025-06-26 2e0e1c5cde0585669334ebc64ff50eae68770726
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}