From 83c8b22fe45fc569cda2e3eed0fb8d025128be54 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 10 Oct 2025 17:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=A7=E5=93=81setting?= =?UTF-8?q?=E8=A1=A8=E7=BC=93=E5=AD=98=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/models/agent/Auto_product_setting_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/agent/Auto_product_setting_model.php b/common/models/agent/Auto_product_setting_model.php index 2d965abb..9f0b614e 100644 --- a/common/models/agent/Auto_product_setting_model.php +++ b/common/models/agent/Auto_product_setting_model.php @@ -31,7 +31,7 @@ class Auto_product_setting_model extends HD_Model if (!$cache->exists($cacheKey)) { $row = $this->get(['product_id' => $productId, 'name' => $name]); $result = $row['value']; - $cache->save($cacheKey, $result, 24*3600); + $cache->save($cacheKey, $result, 2*3600); } return $result; }