|
@ -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); |
|
|