Commit 1395eaf3 by 冷斌

add

parent 547c7655
...@@ -11,7 +11,7 @@ class WelfareController extends AdminbaseController ...@@ -11,7 +11,7 @@ class WelfareController extends AdminbaseController
function getGift(){ function getGift(){
$key='getGiftList'; $key='getGiftList';
$rs = getcache($key); $rs = getcache($key);
if (empty($list)) { if (empty($rs)) {
$rs=M('gift') $rs=M('gift')
->field("id,type,mark,giftname,needcoin,gifticon") ->field("id,type,mark,giftname,needcoin,gifticon")
->order("orderno asc,addtime desc") ->order("orderno asc,addtime desc")
......
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