This commit is contained in:
yangduo 2025-04-01 22:06:57 +08:00
parent 148805fb7d
commit a5821ee112

View File

@ -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,