Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
628bc94a
Unverified
Commit
628bc94a
authored
Mar 11, 2023
by
0慕容雪0
Committed by
Gitee
Mar 11, 2023
Browse files
update ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/DataScopeAspect.java.
Signed-off-by:
0慕容雪0
<
ytu.mxh@163.com
>
parent
4e8dd706
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/DataScopeAspect.java
View file @
628bc94a
...
...
@@ -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
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment