generated from root/miduo_server
未运营状态
parent
1f668fab68
commit
30201a5b71
|
|
@ -84,7 +84,7 @@ public class GetServerListController extends HttpServlet {
|
||||||
//state
|
//state
|
||||||
String server_id=serverInfo.get("server_id").toString();
|
String server_id=serverInfo.get("server_id").toString();
|
||||||
int num = getOnlineNum(server_id);
|
int num = getOnlineNum(server_id);
|
||||||
if (whiteListCache != null && (state == 1||state == 0)) {
|
if (whiteListCache != null && (state == 1||state == 0||state==-2)) {
|
||||||
state = 2;
|
state = 2;
|
||||||
} else {
|
} else {
|
||||||
if (state == 5) {
|
if (state == 5) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue