| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | List<ProductMix> loadProductMix(String userId); |
| | | List<ProductMix> loadProductMix(String userId,List<String> productIdList); |
| | | |
| | | |
| | | /** |
| | | * 管理员获取所有权限 |
| | | * @return |
| | | */ |
| | | List<ProductMix> loadProductMixAll(String userId); |
| | | |
| | | /** |
| | | * 通过业务id和业务类型获取权限 |
| | |
| | | * @return |
| | | */ |
| | | List<PermissionStreamNew> loadPermissionStreamNewByBusinessIdsAndDepartIds(List<String> businessIds,List<String> departIds,String businessType); |
| | | |
| | | /** |
| | | * 通过添加权限 |
| | | * @param permissionStream |
| | | * @return |
| | | */ |
| | | boolean addPermissionStreamNew(PermissionStreamNew permissionStream); |
| | | |
| | | } |