From dd5adbeef5467dd9297b5dd886a42448026998d9 Mon Sep 17 00:00:00 2001 From: mx <1289317512@qq.com> Date: Fri, 15 Nov 2024 17:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=95=B0=E6=8D=AE1=E5=88=86?= =?UTF-8?q?=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/core/constant/CacheNames.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pusong-common/pusong-common-core/src/main/java/com/pusong/common/core/constant/CacheNames.java b/pusong-common/pusong-common-core/src/main/java/com/pusong/common/core/constant/CacheNames.java index 59cf710..aaf03e7 100644 --- a/pusong-common/pusong-common-core/src/main/java/com/pusong/common/core/constant/CacheNames.java +++ b/pusong-common/pusong-common-core/src/main/java/com/pusong/common/core/constant/CacheNames.java @@ -75,40 +75,40 @@ public interface CacheNames { /** * 首页查询(成交金额) */ - String HOME_A = "home_queryA#1200s"; + String HOME_A = "home_queryA#60s"; /** * 首页查询(回款统计与合同) */ - String HOME_B = "home_queryB#1200s"; + String HOME_B = "home_queryB#60s"; /** * 首页查询(成交金额) */ - String HOME_C = "home_queryC#1200s"; + String HOME_C = "home_queryC#60s"; /** * 首页查询 */ - String HOME_D = "home_queryD#1200s"; + String HOME_D = "home_queryD#60s"; /** * 首页查询 */ - String HOME_E = "home_queryE#1200s"; + String HOME_E = "home_queryE#60s"; /** * 首页查询 */ - String HOME_F = "home_queryF#1200s"; + String HOME_F = "home_queryF#60s"; /** * 首页查询 */ - String HOME_G = "home_queryG#1200s"; + String HOME_G = "home_queryG#60s"; /** * 首页查询 */ - String HOME_H = "home_queryH#1200s"; + String HOME_H = "home_queryH#60s"; /** * 首页查询 */ - String HOME_I = "home_queryI#1200s"; + String HOME_I = "home_queryI#60s"; }