Commit dcc8b355 by doszhang

dos

parent 85403b7c
...@@ -9,7 +9,7 @@ class InfoController extends AdminController ...@@ -9,7 +9,7 @@ class InfoController extends AdminController
{ {
public function index() public function index()
{ {
$sql = "select id,nickname,headimgurl,poster_url,headposter_url from user where poster_url is not NULL or headposter_url is not NULL"; $sql = "select id,nickname,headimgurl,poster_url,headposter_url,headposter_times,poster_times from user where poster_url is not NULL or headposter_url is not NULL";
$list = M()->query($sql); $list = M()->query($sql);
$this->assign('list', $list); $this->assign('list', $list);
$this->display(); $this->display();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment