From ebedd528ad84348e7e665907c4aa94c9eb29aae6 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 20:24:39 +0800 Subject: [PATCH] 1 --- webapp/controller/TempToolsController.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/controller/TempToolsController.class.php b/webapp/controller/TempToolsController.class.php index 3ef27692..f95f61a8 100644 --- a/webapp/controller/TempToolsController.class.php +++ b/webapp/controller/TempToolsController.class.php @@ -761,12 +761,13 @@ EOD; private function doReturn($gameDbConn, $row) { + echo json_encode($row); { $tmpRow = SqlHelper::ormSelectOne( $gameDbConn, 't_gold_bullion_return', array( - 'account_id' => $row['src_account_id'], + 'token_id' => $row['token_id'], ) ); if (!empty($tmpRow)) { @@ -778,7 +779,7 @@ EOD; $gameDbConn, 't_gold_bullion_return', array( - 'account_id' => $row['src_account_id'], + 'token_id' => $row['token_id'], ), array(), array(