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
Springboot Plus
Commits
82e0a2ba
Commit
82e0a2ba
authored
Mar 14, 2019
by
zhengxf
Browse files
修复DataAccessFunction.call()方法里的switch语句没正常break导致的NPE
parent
be1f4f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/java/com/ibeetl/admin/core/util/beetl/DataAccessFunction.java
View file @
82e0a2ba
...
...
@@ -106,6 +106,7 @@ public class DataAccessFunction implements Function {
case
AllOrg:
{
//sql 不包含组织机构过滤信息
sb
.
append
(
" 1=1 /* AllOrg */ "
);
break
;
}
case
OnlyUser:
{
List
<
Long
>
ids
=
ret
.
getUserIds
();
...
...
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