|
|
@@ -610,7 +610,7 @@ public class CollectionService {
|
|
|
return dtos;
|
|
|
}
|
|
|
|
|
|
- @Cacheable(value = "subscribeCollectionList", key = "#now")
|
|
|
+ @Cacheable(value = "subscribeCollectionList", key = "#now.hashCode()")
|
|
|
public List<SubscribeListDTO> subscribeAll(LocalDate now) {
|
|
|
List<SubscribeListDTO> subscribeListDTOS = new ArrayList<>();
|
|
|
// Map<String, Object> resultMap = new HashMap<>();
|