From a5a3d77f384303b0dad936d141280ee5cf2a8023 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 8 Apr 2025 18:42:36 +0800 Subject: [PATCH] fix --- webapp/controller/ActivityController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index 0715f97..1dfb31e 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -1821,7 +1821,7 @@ class ActivityController $onedraw = !isset($_REQUEST['type']) || $_REQUEST['type'] == 0; $cost_strings = $onedraw ? explode(":", $dr["onecost"]) : explode(":", $dr['tencost']); if (sizeof($cost_strings) > 1) { - $costid = $cost_strings[1]; + $costid = $cost_strings[0]; $count = $cost_strings[1]; if ($costid == 10003) { $row = $conn->execQueryOne(