Commit 20d074e5 by 冷斌

支付宝

parent dfe09bd1
......@@ -817,7 +817,10 @@ class Model_Live extends PhalApi_Model_NotORM {
if($list){
$rateinfo=[];
foreach($list as $k=>$v){
if($v['giftid']==$giftid && $v['nums']==$giftcount){
// if($v['giftid']==$giftid && $v['nums']==$giftcount){
// $rateinfo[]=$v;
// }
if($v['giftid']==$giftid){
$rateinfo[]=$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