mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
增加0x13缓存时间
This commit is contained in:
@@ -599,7 +599,7 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService {
|
||||
// 设置过期时间
|
||||
try {
|
||||
if (redisCache.getExpire(redisKey) < 0) {
|
||||
redisCache.expire(redisKey, CacheConstants.cache_expire_time_1d);
|
||||
redisCache.expire(redisKey, CacheConstants.cache_expire_time_10d);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.info("设置过期时间error", e);
|
||||
|
||||
Reference in New Issue
Block a user