Commit 8d7c59db by 冷斌

update

parent 875bd247
...@@ -821,7 +821,8 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -821,7 +821,8 @@ class Model_Live extends PhalApi_Model_NotORM {
// $rateinfo[]=$v; // $rateinfo[]=$v;
// } // }
if($v['giftid']==$giftid){ if($v['giftid']==$giftid){
$rateinfo[$v['rate']*1000]=$v; $rr = (int)$v['rate']*1000;
$rateinfo[$rr]=$v;
} }
} }
/* 有该礼物、该数量 中奖配置 才处理 */ /* 有该礼物、该数量 中奖配置 才处理 */
......
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