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);