From 24b06496159f3000820ddc6d3100a31790f060bb Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Fri, 11 Oct 2019 13:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E->=E6=B8=B8=E6=88=8F=E5=88=86?= =?UTF-8?q?=E5=8C=85=E6=89=93=E5=8C=85=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/AutoPackController.class.php | 2 +- Application/Admin/View/Apply/and_lists.html | 105 ++++++++++++------ Data/update.sql | 5 +- 3 files changed, 75 insertions(+), 37 deletions(-) diff --git a/Application/Admin/Controller/AutoPackController.class.php b/Application/Admin/Controller/AutoPackController.class.php index 39ed6e914..1c9ff623b 100644 --- a/Application/Admin/Controller/AutoPackController.class.php +++ b/Application/Admin/Controller/AutoPackController.class.php @@ -314,7 +314,7 @@ class AutoPackController extends Think $apply_data = $applyModel -> field('id,game_id,game_name,promote_id,promote_account,sdk_version') -> where($map) - -> order('id desc') + -> order('bale_sort desc,id desc') -> limit(200) -> select(); diff --git a/Application/Admin/View/Apply/and_lists.html b/Application/Admin/View/Apply/and_lists.html index 7434d52d8..4bd2de52d 100644 --- a/Application/Admin/View/Apply/and_lists.html +++ b/Application/Admin/View/Apply/and_lists.html @@ -27,7 +27,7 @@ } .select2-results__option[aria-selected] {font-size:12px;} - +