From 32ba6cbf081232310b5bdf15bd9a627bf03d325a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 16 Dec 2025 09:31:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=99=8D=E8=BA=AB=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cron/controller/PerformPerSecond.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/cron/controller/PerformPerSecond.php b/application/cron/controller/PerformPerSecond.php index 184400c8..4ec7988d 100644 --- a/application/cron/controller/PerformPerSecond.php +++ b/application/cron/controller/PerformPerSecond.php @@ -377,7 +377,7 @@ class PerformPerSecond //系统降身价 public function system_downgrade(){ //获取系统信息 - $down_market_value = get_system_config_value('down_market_value'); + $down_market_value = explode(',',get_system_config_value('down_market_value')); if($down_market_value){ $day = $down_market_value[0]; $market_value = $down_market_value[1];