diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index d43e3250f..e17d36995 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -446,7 +446,7 @@ class PromoteController extends BaseController ->where($map) ->join("left join tab_game gm on gm.id=sv.game_id") ->field('sv.*,gm.icon') - ->order("sv.start_time desc") + ->order("sv.start_time asc") ->page($pg, 20) ->select();