From 585f5239845afaacbf5858b18eb48754a18e4e65 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 6 Jul 2020 15:19:02 +0800 Subject: [PATCH] =?UTF-8?q?arpu=E5=88=86=E6=9E=90bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/StatController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/StatController.class.php b/Application/Admin/Controller/StatController.class.php index eb690a23d..bb95ec29d 100644 --- a/Application/Admin/Controller/StatController.class.php +++ b/Application/Admin/Controller/StatController.class.php @@ -838,6 +838,7 @@ AND UNIX_TIMESTAMP( array_multisort($orderColumn, $sort, SORT_REGULAR, $rows); } + $this->checkListOrCountAuthRestMap($map,[]); $this->meta_title = 'ARPU统计'; $this->assign('baseGames', $baseGames); $this->assign('records', $rows);