增加0x13缓存时间

This commit is contained in:
Guoqs
2024-06-18 10:04:21 +08:00
parent 3c59a82a51
commit e572d241c8

View File

@@ -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);