Commit 82e0a2ba authored by zhengxf's avatar zhengxf
Browse files

修复DataAccessFunction.call()方法里的switch语句没正常break导致的NPE

parent be1f4f48
......@@ -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