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

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

Signed-off-by: 's avatar0慕容雪0 <ytu.mxh@163.com>
parent 4e8dd706
......@@ -108,6 +108,7 @@ public class DataScopeAspect
if (DATA_SCOPE_ALL.equals(dataScope))
{
sqlString = new StringBuilder();
conditions.add(dataScope);
break;
}
else if (DATA_SCOPE_CUSTOM.equals(dataScope))
......
Markdown is supported
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