From cf0680eddff452c179bd16216f428da7ee777af4 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Thu, 9 Jan 2020 10:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=9C=8D=E9=A2=84=E5=91=8A=E6=AD=A3?= =?UTF-8?q?=E5=BA=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/PromoteController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();