From d5a90238ec7d4ff4a80bb5d05e1f10a6848c7f87 Mon Sep 17 00:00:00 2001 From: zyx Date: Tue, 5 Nov 2019 20:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=8A=A0=E5=A4=A7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=86=85=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ExportController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Admin/Controller/ExportController.class.php b/Application/Admin/Controller/ExportController.class.php index d7c02fc00..eafe2b000 100644 --- a/Application/Admin/Controller/ExportController.class.php +++ b/Application/Admin/Controller/ExportController.class.php @@ -5469,7 +5469,8 @@ if ($key == 'model'){ function gameFinanceDetail() { - + set_time_limit(0); + ini_set('memory_limit', '512M'); $month = I("game_name"); $xlsName = $month.'充值流水';