Commit a1872fdd by 冷斌

fix bug

parent b21adfe5
......@@ -15,6 +15,7 @@ class WelfareController extends AdminbaseController
$rs=M('gift')
->field("id,type,mark,giftname,needcoin,gifticon")
->order("orderno asc,addtime desc")
->where(['channel' => 1])
->select();
foreach($rs as $k=>$v){
$rs[$k]['gifticon']=get_upload_path($v['gifticon']);
......
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