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
c357515e
Commit
c357515e
authored
Mar 14, 2019
by
闲.大赋
Browse files
!27 npe issue
Merge pull request !27 from 红领巾/xchenyi
parents
be1f4f48
82e0a2ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/java/com/ibeetl/admin/core/util/beetl/DataAccessFunction.java
View file @
c357515e
...
...
@@ -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