支持自定义隐藏属性列过滤子对象(I6GKPE)

This commit is contained in:
RuoYi
2023-03-17 14:13:39 +08:00
parent 5ca9bd6876
commit 4f02f3c6f7
2 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@ public class DataScopeAspect
continue;
}
if (DATA_SCOPE_ALL.equals(dataScope))
{
{
sqlString = new StringBuilder();
conditions.add(dataScope);
break;