Commit 4a276236 by 冷斌

fix bug

parent 7ac71119
...@@ -539,7 +539,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -539,7 +539,7 @@ class Model_Live extends PhalApi_Model_NotORM {
} }
/* 礼物信息 */ /* 礼物信息 */
$giftinfo=DI()->notorm->gift $giftinfo=DI()->notorm->gift
->select("type,mark,giftname,gifticon,needcoin,swftype,swf,swftime") ->select("type,mark,giftname,gifticon,needcoin,swftype,swf,swftime,votes")
->where('id=?',$gift['giftid']) ->where('id=?',$gift['giftid'])
->fetchOne(); ->fetchOne();
if(!$giftinfo){ if(!$giftinfo){
......
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