Unverified Commit 628bc94a authored by 0慕容雪0's avatar 0慕容雪0 Committed by Gitee
Browse files

update ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/DataScopeAspect.java.


Signed-off-by: default avatar0慕容雪0 <ytu.mxh@163.com>
parent 4e8dd706
......@@ -106,8 +106,9 @@ public class DataScopeAspect
continue;
}
if (DATA_SCOPE_ALL.equals(dataScope))
{
{
sqlString = new StringBuilder();
conditions.add(dataScope);
break;
}
else if (DATA_SCOPE_CUSTOM.equals(dataScope))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment