Commit 86e41c74 by 冷斌

add

parent 3b773cc6
......@@ -133,7 +133,7 @@ class WelfareController extends AdminbaseController
function resetcache(){
$key='welfare_rate';
$level= M("welfare_rate")->where('id!=1')->order("id rate")->select();
$level= M("welfare_rate")->where('id!=1')->order("rate desc")->select();
if($level){
setcaches($key,$level);
}
......
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