generated from root/miduo_server
bug修改
parent
95f24f7788
commit
7cacd54d1c
|
@ -290,9 +290,6 @@ public class ServerInfoController {
|
|||
String serverId = request.getParameter("serverId");
|
||||
String[] serverIds = serverId.split(",");
|
||||
|
||||
// 跨服id
|
||||
int crossId = Integer.parseInt(request.getParameter("crossId"));
|
||||
|
||||
// 状态
|
||||
String status = request.getParameter("status");
|
||||
|
||||
|
@ -309,11 +306,6 @@ public class ServerInfoController {
|
|||
continue;
|
||||
}
|
||||
|
||||
// 修改跨服id,空或者非整数不做修改
|
||||
if (crossId >= 0){
|
||||
updateGmGroupId(id,crossId);
|
||||
}
|
||||
|
||||
if (!status.equals("-999")){
|
||||
// -5表示维护服务器并踢全部玩家下线,一般用于线上停服更新
|
||||
if (status.equals("-5")){
|
||||
|
|
Loading…
Reference in New Issue