From e5a01179127f479a80c538c8ea0749f93220277f Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Fri, 4 Dec 2020 11:29:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/DownloadController.class.php | 2 +- Application/Home/Controller/QueryController.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index d47303c3a..ca7a34a4e 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -3232,7 +3232,7 @@ public function iosDetailExcelInfo($id,$map) { $spendBindingList = $spendRepository->getPayAmountGroupByGameAndType($params);//绑定币充值 } foreach ($data as $list) { - $gameId = $list['game_id']; + $gameId = $list['id']; $record = [ 'game_id' => $gameId, 'game_name' => $list['game_name'], diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index 33305d090..1c4f73d6a 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -1361,7 +1361,7 @@ class QueryController extends BaseController $spendBindingList = $spendRepository->getPayAmountGroupByGameAndType($params);//绑定币充值 } foreach ($data as $list) { - $gameId = $list['game_id']; + $gameId = $list['id']; $record = [ 'game_id' => $gameId, 'game_name' => $list['game_name'],