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;} - +