From 7a31114f5584b441ceefba93d7fd77d5725b25ba Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 27 Apr 2017 11:29:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E7=B2=89?= =?UTF-8?q?=E4=B8=9D=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Fans.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/controller/Fans.php b/application/wechat/controller/Fans.php index fcab6514b..83c278fb9 100644 --- a/application/wechat/controller/Fans.php +++ b/application/wechat/controller/Fans.php @@ -40,7 +40,7 @@ class Fans extends BasicAdmin { */ public function index() { $this->title = '微信粉丝管理'; - $db = Db::name($this->table); + $db = Db::name($this->table)->order('id desc'); $get = $this->request->get(); foreach (['nickname'] as $key) { if (isset($get[$key]) && $get[$key] !== '') {