[更新]修改粉丝排序

This commit is contained in:
Anyon 2017-04-27 11:29:06 +08:00
parent e008ce4622
commit 7a31114f55

View File

@ -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] !== '') {