diff --git a/src/main/java/com/ljsd/controller/GetServerListController.java b/src/main/java/com/ljsd/controller/GetServerListController.java index 86db14d..2861c97 100644 --- a/src/main/java/com/ljsd/controller/GetServerListController.java +++ b/src/main/java/com/ljsd/controller/GetServerListController.java @@ -84,7 +84,7 @@ public class GetServerListController extends HttpServlet { //state String server_id=serverInfo.get("server_id").toString(); int num = getOnlineNum(server_id); - if (whiteListCache != null && state == 1) { + if (whiteListCache != null && (state == 1||state == 0)) { state = 2; } else { if (state == 5) {