CUSTOM_SCOPE_POSITION

This commit is contained in:
zhouhao
2019-01-16 18:23:47 +08:00
parent 9d3fd477fc
commit dbbe08eb38

View File

@@ -149,6 +149,11 @@ public class ScopeByUserHandler implements DataAccessHandler {
scope = config.getScope();
allScope = scope;
break;
case "CUSTOM_SCOPE_POSITION":
termType = "user-in-position";
scope = config.getScope();
allScope = scope;
break;
case "CUSTOM_SCOPE_DEPT":
termType = "user-in-department";
scope = config.getScope();