From 93175d5b5508ead903fe2c1336e049155a39312c Mon Sep 17 00:00:00 2001 From: 潘浩文 <phw@bronet.cn> Date: Mon, 22 Oct 2018 17:41:56 +0800 Subject: [PATCH] 1 --- app/portal/controller/AdminScoreController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portal/controller/AdminScoreController.php b/app/portal/controller/AdminScoreController.php index 97f41e6..11cf057 100644 --- a/app/portal/controller/AdminScoreController.php +++ b/app/portal/controller/AdminScoreController.php @@ -34,7 +34,7 @@ class AdminScoreController extends AdminBaseController ->alias('us') ->join('users u','us.users_id=u.id') ->where($where) - ->field('us.*,u.nickname,u.id,u.mobile') + ->field('us.*,u.nickname,u.mobile') ->paginate('15'); $data->appends($param); -- libgit2 0.24.0