From 86fb9ac67d6f0f1db39863ba4eff400c45088e09 Mon Sep 17 00:00:00 2001 From: chenzhi <294767167@11qq.com> Date: Tue, 1 Mar 2022 18:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/IndexController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/IndexController.class.php b/Application/Admin/Controller/IndexController.class.php index d15cd55f1..57651351c 100644 --- a/Application/Admin/Controller/IndexController.class.php +++ b/Application/Admin/Controller/IndexController.class.php @@ -23,7 +23,7 @@ class IndexController extends AdminController { public function index() { if(session('user_auth.uid')){ - $data=M('Member') + $data=SM('Member') ->field('uid,nickname,username,us.last_login_time,us.last_login_ip,login') ->join('sys_ucenter_member as us on sys_member.uid = us.id') ->where(array('uid'=>session('user_auth.uid')))