Commit 3c753535 by 冷斌

fix bug

parent 1a4e5359
...@@ -860,6 +860,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -860,6 +860,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$anthor_total=$total; $anthor_total=$total;
var_dump($anthor_total);
/* 幸运礼物分成 */ /* 幸运礼物分成 */
if($giftinfo['type']==0 && $giftinfo['mark']==3){ if($giftinfo['type']==0 && $giftinfo['mark']==3){
$jackpotset=getJackpotSet(); $jackpotset=getJackpotSet();
...@@ -885,7 +886,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -885,7 +886,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$stream2=explode('_',$stream); $stream2=explode('_',$stream);
$showid=$stream2[1]; $showid=$stream2[1];
var_dump($anthor_total);
if($anthor_total){ if($anthor_total){
$insert_votes=[ $insert_votes=[
'type'=>'income', 'type'=>'income',
......
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