@@ -1120,7 +1120,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
return """
select role_id roleId ,any_value(role_name) roleNmae,game_id gameId,any_value(game_name) gameName,ip,server_id serverId,any_value(server_name) serverName,user_id userId,any_value(user_name) userName from game_ads.role_ip_monitor
""" + criteria + """
- group by role_id,game_id,ip,server_id,user_id;
+ group by role_id,game_id,ip,server_id,user_id
""";
}