Commit 55df576a by 冷斌

踢人

parent 004fd035
......@@ -246,7 +246,7 @@ class LiveingController extends AdminbaseController {
$userinfo=getUserInfo($v['uid']);
$v['thumb'] = get_upload_path($v['thumb']);
$v['userinfo']=$userinfo;
$v['live'] = M("users_live")->where("id='{$v['uid']}'")->find();
$v['live'] = M("users_live")->where("uid='{$v['uid']}'")->find();
$lists[$k]=$v;
}
......
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 to comment