update 加注释

This commit is contained in:
Guoqs
2025-08-26 16:21:20 +08:00
parent 4e7bf56522
commit b598939be9
4 changed files with 5 additions and 7 deletions

View File

@@ -366,7 +366,7 @@ public class JiangSuPlatformServiceImpl implements ThirdPartyPlatformService {
}
chargeStartTime = orderBasicInfo.getChargeStartTime();
// 查询实时数据缓存
String redisKey = CacheConstants.PILE_REAL_TIME_MONITOR_DATA + pileConnectorCode + "_" + orderBasicInfo.getTransactionCode();
String redisKey = CacheConstants.PILE_REAL_TIME_MONITOR_DATA + pileConnectorCode + "_" + orderBasicInfo.getTransactionCode(); // 查缓存
realTimeMonitorData = redisCache.getCacheObject(redisKey);
}
if (realTimeMonitorData == null) {