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