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