diff --git a/Application/Admin/Controller/GameRatioMouldController.class.php b/Application/Admin/Controller/GameRatioMouldController.class.php index d1d02b081..1183e0b55 100644 --- a/Application/Admin/Controller/GameRatioMouldController.class.php +++ b/Application/Admin/Controller/GameRatioMouldController.class.php @@ -81,7 +81,7 @@ class GameRatioMouldController extends AdminController $count = $this->DBModel->alias('m')->field("count(id) count")->join("INNER JOIN ({$gameres}) g ON m.relation_game_id = g.relation_game_id")->where($where)->find()['count']; $this->assign('data', $dbres); - $page = set_pagination($count, $row); + $page = set_pagination($count, $row,$params); if($page) { $this->assign('_page', $page); }