Commit 56f3fa25 by 冷斌

支付宝

parent e2e42eff
......@@ -47,7 +47,7 @@ class LiveingController extends AdminbaseController {
$redis=connectionRedis();
foreach($lists as $k=>$v){
$userinfo=getUserInfo($v['uid']);
$v['userinfo']=$userinfo;
// $v['userinfo']=$userinfo;
/* 本场总收益 */
$totalcoin=$Coinrecord->where("action='sendgift' and touid={$v['uid']} and showid={$v['showid']}")->sum('totalcoin');
if(!$totalcoin){
......
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