Commit c357515e authored by 闲.大赋's avatar 闲.大赋
Browse files

!27 npe issue

Merge pull request !27 from 红领巾/xchenyi
parents be1f4f48 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();
......
Supports Markdown
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