@@ -1065,7 +1065,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
private String getCountryListSql(Criteria criteria) {
return """
- select country,server_id from dm_game_order.t_server_country
+ select country,server_id as serverId from dm_game_order.t_server_country
""" + criteria;
}