diff --git a/src/main/java/com/ljsd/controller/GetServerListController.java b/src/main/java/com/ljsd/controller/GetServerListController.java index a0ec438..552a673 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||state == 0)) { + if (whiteListCache != null && (state == 1||state == 0||state==-2)) { state = 2; } else { if (state == 5) {