Commit 3884e6af by 冷斌

fix bug

parent c2fe7677
......@@ -897,9 +897,6 @@ 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