Commit a30f467e by 冷斌

fix bug

parent 81ce0c01
......@@ -196,7 +196,7 @@ class GiftController extends AdminbaseController {
$key='getGiftList';
$rs=M('gift')
->field("id,type,mark,giftname,needcoin,gifticon")
->field("id,type,mark,giftname,needcoin,gifticon,swf")
->order("orderno asc,addtime desc")
->select();
foreach($rs as $k=>$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