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>