cloudroam
14 小时以前 e7e0a1b534c9ac0ab76102a0ffc0939ba1d447ee
src/main/resources/mapper/film/FilmLocationMapper.xml
@@ -21,6 +21,9 @@
        <if test="dto.region != null and dto.region != ''">
            AND t.region LIKE concat('%', #{dto.region},'%')
        </if>
        <if test="dto.continent != null and dto.continent != ''">
            AND t.continent LIKE concat('%', #{dto.continent},'%')
        </if>
        <if test="dto.isEnabled!=null">
            AND t.is_enabled = #{dto.isEnabled}
        </if>