Commit 4950740d by 冷斌

fix bug

parent 7d1698ae
......@@ -46,7 +46,8 @@ class LiveController extends AdminbaseController {
foreach($lists as $k=>$v){
$userinfo=M("users")->field("user_nicename")->where("id='{$v['uid']}'")->find();
$lists[$k]['userinfo']=$userinfo;
var_dump($v);
die;
$zhubo=M('users_voterecord')
->select('sum(votes) as votes')
->where("action = 'sendgift' and showid = '{$v['showid']}'")
......
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