Commit 1a4e5359 by 冷斌

fix bug

parent 1c0c7f61
......@@ -898,9 +898,8 @@ class Model_Live extends PhalApi_Model_NotORM {
DI()->notorm->users_voterecord->insert($insert_votes);
}
var_dump($anthor_total);
die;
$insert=array("totalcoin2"=>$anthor_total, "type"=>$type,"action"=>$action,"uid"=>$uid,"touid"=>$liveuid,"giftid"=>$giftid,"giftcount"=>$giftcount,"totalcoin"=>$totalcoin,"showid"=>$showid,"mark"=>$giftinfo['mark'],"addtime"=>$addtime );
DI()->notorm->users_coinrecord->insert($insert);
......
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