From a5821ee1128c7fe004a316ffbb669cbd91f9b30e Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 1 Apr 2025 22:06:57 +0800 Subject: [PATCH] fix --- webapp/controller/HangController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/HangController.class.php b/webapp/controller/HangController.class.php index eefc65e..1bdb590 100644 --- a/webapp/controller/HangController.class.php +++ b/webapp/controller/HangController.class.php @@ -152,7 +152,7 @@ class HangController{ $number = $i; $item_multiply = $this->getExplode($season['reward']); for($ii = 1; $ii <= count($item_multiply); $ii++) { - $rowpass = $conn->execQueryOne('SELECT active_status, honor_status ' . + $rowpass = $conn->execQueryOne('SELECT active_status, honor_status, season_passport ' . ' FROM passinfo WHERE accountid=:accountid AND passid=:passid;', array( ':accountid' => $account_id,