Commit 56f3fa25 by 冷斌

支付宝

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