This commit is contained in:
Lemon
2024-01-03 10:42:03 +08:00
parent 946325120d
commit bdbb4d42b0
3 changed files with 6 additions and 4 deletions

View File

@@ -366,7 +366,7 @@ public class UploadRealTimeMonitorHandler extends AbstractHandler {
}
if (StringUtils.equals(ThirdPlatformTypeEnum.JIANG_SU_PLATFORM.getCode(), relationInfo.getThirdPartyType())) {
// 先判断缓存中是否有数据
String redisKey = "JIANGSU_PUSH_PILE_STATUS:" + pileConnectorCode;
String redisKey = CacheConstants.JIANGSU_PUSH_PILE_STATUS + pileConnectorCode;
Object cacheObject = redisCache.getCacheObject(redisKey);
// 江苏省平台(充电状态至少一分钟推送一次)