src/main/java/com/mzl/flower/mapper/film/FilmLocationMapper.java
@@ -42,4 +42,8 @@ "</script>") @MapKey("id") Map<Long, FilmLocationNameDTO> getLocationNamesByIds(@Param("list") List<Long> ids); @Select("select * from film_location where is_enabled = '1' and deleted = '0' order by location_weight desc limit 3") List<FilmLocationVO> getFilmLocationListTop3(); }