|
@ -30,7 +30,7 @@ public class AccessServiceImpl implements AccessService { |
|
|
listOpePermsFormDTO.setCurrGridId(currGridId); |
|
|
listOpePermsFormDTO.setCurrGridId(currGridId); |
|
|
Result<Set<String>> result = govAccessFeignClient.listOperationPermissions(listOpePermsFormDTO); |
|
|
Result<Set<String>> result = govAccessFeignClient.listOperationPermissions(listOpePermsFormDTO); |
|
|
if (!result.success()) { |
|
|
if (!result.success()) { |
|
|
logger.error("调用GovAccess服务查询功能权限列表失败,StaffId:{},错误信息:{}", staffId, result.getMsg()); |
|
|
logger.warn("调用GovAccess服务查询功能权限列表失败,StaffId:{},错误信息:{}", staffId, result.getMsg()); |
|
|
throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode()); |
|
|
throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|