mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Fans.php
This commit is contained in:
parent
f24d007f27
commit
4c8d79aab6
@ -55,7 +55,7 @@ class Fans extends Controller
|
||||
session('current_appid', $this->appid);
|
||||
}
|
||||
if ($this->request->isGet()) {
|
||||
$this->where = ['status' => '1', 'service_type' => '2', 'is_deleted' => '0'];
|
||||
$this->where = ['status' => '1', 'service_type' => '2', 'is_deleted' => '0', 'verify_type' => '0'];
|
||||
$this->wechats = Db::name('WechatServiceConfig')->where($this->where)->order('id desc')->column('authorizer_appid,nick_name');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user