From 19653375fdbfd0b4ce017d53be112f7af97b56cc Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 17 七月 2025 17:31:51 +0800
Subject: [PATCH] 政务云数据上传bug修改
---
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java
index 0748dd4..108f0ac 100644
--- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java
+++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java
@@ -11,7 +11,7 @@
* 缓存有效期,默认720(分钟)
*/
public final static long EXPIRATION = 720;
- public final static long EXPIRATION_APPLET = 7*24*60*60;
+ public final static long EXPIRATION_APPLET = 7 * 24 * 60;
/**
* 缓存刷新时间,默认120(分钟)
--
Gitblit v1.7.1