From ff20ef3acbba3d4554dab5293a34ee5baf7e49ed Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Wed, 8 Apr 2020 19:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=87=E6=80=BB=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/DownloadController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index 3388bde9e..926025987 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -2907,7 +2907,7 @@ public function iosDetailExcelInfo($id,$map) { $allGameIs = array_column($allGameIs, 'game_id'); $records = []; if (!empty($data)) { - if (intval($endTime - $begTime) / (24 * 3600) <= 30) { + if (intval($endTime - $begTime) / (24 * 3600) <= 31) { $gameIds = []; foreach ($data as $list) { $gameIds[] = $list['game_id'];