@@ -1560,6 +1560,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
private String getLevelListSql(Criteria criA) {
return """
select
+ a.country as country,
a.role_id as roleId,
a.role_name as roleName,
a.user_id as userId,