@@ -9,7 +9,7 @@ class InfoController extends AdminController
{
publicfunctionindex()
{
$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";