From b5372a8377db2c76c8f51d95fc23ea4e04ef7cf3 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 25 May 2017 12:25:38 +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=E5=88=97=E8=A1=A8=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 1c3054557..c5d871e0b 100644 --- a/application/wechat/controller/Fans.php +++ b/application/wechat/controller/Fans.php @@ -80,7 +80,7 @@ class Fans extends BasicAdmin { */ public function back() { $this->title = '微信粉丝黑名单管理'; - $db = Db::name($this->table)->where('is_back', '1')->order('id desc'); + $db = Db::name($this->table)->where('is_back', '1')->order('subscribe_time desc'); $get = $this->request->get(); !empty($get['sex']) && $db->where('sex', $get['sex']); foreach (['nickname', 'country', 'province', 'city'] as $key) {