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

Signed-off-by: 0慕容雪0 <ytu.mxh@163.com>
pull/442/head
0慕容雪0 2023-03-11 04:28:09 +00:00 committed by Gitee
parent 292ac30aa5
commit 6a861498ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

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