From 30201a5b71fe13b0c84cf88b310e84479990424b Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 4 Jun 2021 14:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E8=BF=90=E8=90=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ljsd/controller/GetServerListController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {