Browse Source

修复登录org_id_path

dev_shibei_match
wangxianzhang 3 years ago
parent
commit
45449972d4
  1. 2
      epmet-auth/src/main/java/com/epmet/service/impl/GovWebServiceImpl.java

2
epmet-auth/src/main/java/com/epmet/service/impl/GovWebServiceImpl.java

@ -130,6 +130,8 @@ public class GovWebServiceImpl implements GovWebService {
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode()); throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode());
} }
String orgIdPath = thirdLoginService.getOrgIdPath(userId); String orgIdPath = thirdLoginService.getOrgIdPath(userId);
log.info("【SSO登录gov web端】orgIdPath:{}", orgIdPath);
int expire = jwtTokenProperties.getExpire(); int expire = jwtTokenProperties.getExpire();
GovTokenDto tokenDto = new GovTokenDto(); GovTokenDto tokenDto = new GovTokenDto();
tokenDto.setCustomerId(customerId); tokenDto.setCustomerId(customerId);

Loading…
Cancel
Save