|
@ -165,18 +165,6 @@ public class RedisKeys { |
|
|
return rootPrefix.concat("options:dept:user:").concat(rootAreaCode).concat(":").concat(rootAreaLevel); |
|
|
return rootPrefix.concat("options:dept:user:").concat(rootAreaCode).concat(":").concat(rootAreaLevel); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 管理员有数据权限的部门层级关系 |
|
|
|
|
|
* |
|
|
|
|
|
* @param userId 用户id |
|
|
|
|
|
* @return java.lang.String |
|
|
|
|
|
* @author work@yujt.net.cn |
|
|
|
|
|
* @date 2019/11/28 09:56 |
|
|
|
|
|
*/ |
|
|
|
|
|
public static String getAdminUserDeptAuthOptionKey(Long userId) { |
|
|
|
|
|
return rootPrefix.concat("options:dept:userAuth:").concat(String.valueOf(userId)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 管理员完整部门层级关系 |
|
|
* 管理员完整部门层级关系 |
|
|
* |
|
|
* |
|
|