This commit is contained in:
苏竹红
2023-12-27 14:02:37 +08:00
parent 71e46e571e
commit 53f04491b4
3 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ public class HyExhibitionDAO {
}
public Map<String,ExhibitionStatisticsDTO> exhibitionStatisticsMap(List<Integer> list) {
public Map<Integer,ExhibitionStatisticsDTO> exhibitionStatisticsMap(List<Integer> list) {
if (CollectionUtils.isEmpty(list)) {
return new HashMap<>(4);
}