mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
Co-authored-by: dszhao
This commit is contained in:
@@ -544,7 +544,9 @@ public class S2DataPermissionAspect {
|
|||||||
List<String> exprList = new ArrayList<>();
|
List<String> exprList = new ArrayList<>();
|
||||||
List<String> descList = new ArrayList<>();
|
List<String> descList = new ArrayList<>();
|
||||||
filters.stream().forEach(filter -> {
|
filters.stream().forEach(filter -> {
|
||||||
|
if (StringUtils.isNotEmpty(filter.getDescription())) {
|
||||||
descList.add(filter.getDescription());
|
descList.add(filter.getDescription());
|
||||||
|
}
|
||||||
exprList.add(filter.getExpressions().toString());
|
exprList.add(filter.getExpressions().toString());
|
||||||
});
|
});
|
||||||
String promptInfo = "当前结果已经过行权限过滤,详细过滤条件如下:%s, 申请权限请联系管理员%s";
|
String promptInfo = "当前结果已经过行权限过滤,详细过滤条件如下:%s, 申请权限请联系管理员%s";
|
||||||
|
|||||||
Reference in New Issue
Block a user