Commit 51afdd55 by 冷斌

add

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