mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 加注释
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user