mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-06 22:09:45 +08:00
[更新]修改粉丝排序
This commit is contained in:
parent
e008ce4622
commit
7a31114f55
@ -40,7 +40,7 @@ class Fans extends BasicAdmin {
|
|||||||
*/
|
*/
|
||||||
public function index() {
|
public function index() {
|
||||||
$this->title = '微信粉丝管理';
|
$this->title = '微信粉丝管理';
|
||||||
$db = Db::name($this->table);
|
$db = Db::name($this->table)->order('id desc');
|
||||||
$get = $this->request->get();
|
$get = $this->request->get();
|
||||||
foreach (['nickname'] as $key) {
|
foreach (['nickname'] as $key) {
|
||||||
if (isset($get[$key]) && $get[$key] !== '') {
|
if (isset($get[$key]) && $get[$key] !== '') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user