|
@@ -84,9 +84,9 @@ public class GameServerServiceImpl extends ServiceImpl<GameServerMapper, GameSer
|
|
|
}
|
|
|
|
|
|
private void gameServerAssign(GameServerAssignParam param, GameServer gameServer) {
|
|
|
- if (Objects.equals(gameServer.getIsSourceServer(), Boolean.FALSE)) {
|
|
|
- return;
|
|
|
- }
|
|
|
+// if (Objects.equals(gameServer.getIsSourceServer(), Boolean.FALSE)) {
|
|
|
+// return;
|
|
|
+// }
|
|
|
//老的指派人员id
|
|
|
String oldUserIds = null;
|
|
|
if (Objects.equals(param.getAssignType(), GameServerAssignEnum.GAME_SERVER_ASSIGN_GS)) {
|