Commit 1c0c7f61 by 冷斌

fix bug

parent 4bc22606
......@@ -1112,8 +1112,8 @@ class Api_Live extends PhalApi_Api {
}
// $pk_gift_pkuid=DI()->redis -> hGet('LivePK_gift',$pkuid);
$pk_gift_pkuid = $result=DI()->notorm->users_coinrecord->where($where . " and touid = {$pkuid}")->sum('totalcoin2');
var_dump($liveuid, $pkuid, $showid, $pk_gift_liveuid, $pk_gift_pkuid);
die;
// var_dump($liveuid, $pkuid, $showid, $pk_gift_liveuid, $pk_gift_pkuid);
// die;
if($pk_gift_pkuid){
$pkinfo['pk_gift_pkuid']=(string)$pk_gift_pkuid;
}
......
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