公用文件添加排序

master
zyx 5 years ago
parent ecc93af47c
commit 5c435bad74

@ -692,7 +692,7 @@ function getServer_name_on($game_name = "", $status = 1)
if ($status == 2) { if ($status == 2) {
$map['show_status'] = 1; $map['show_status'] = 1;
} }
$data = M('server', 'tab_')->where($map)->select(); $data = M('server', 'tab_')->where($map)->order('server_id asc')->select();
return $data; return $data;
} }

Loading…
Cancel
Save