mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改粉丝排序
This commit is contained in:
parent
e008ce4622
commit
7a31114f55
@ -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] !== '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user