This commit is contained in:
雷欧(林平凡)
2025-01-09 14:38:17 +08:00
parent e1d764a49e
commit ad2e300b3d

View File

@@ -501,7 +501,7 @@ public class JDUtils {
LocalDateTime endTime = isMinutes ? startTime.plusMinutes(30) : startTime.plusHours(1);
String hourMinuteTag = isRealTime ? "minute" : "hour";
String timeTag = JD_REFRESH_TAG + startTime.format(DATE_TIME_FORMATTER);
String timeTag = JD_REFRESH_TAG +":"+appKey +":"+ startTime.format(DATE_TIME_FORMATTER);
HashOperations<String, String, String> hashOps = redisTemplate.opsForHash();