|
|
@@ -156,7 +156,8 @@ public class PortalManagerImpl extends AbstractCommManager implements PortalMana |
|
|
|
} |
|
|
|
GetAccountInfoResponseDTO resDTO = new GetAccountInfoResponseDTO(); |
|
|
|
resDTO.setUserName(accountInfo.getUserName()); |
|
|
|
resDTO.setUserIdType(accountInfo.getIdType().getCode()); |
|
|
|
if (accountInfo.getIdType() != null) |
|
|
|
resDTO.setUserIdType(accountInfo.getIdType().getCode()); |
|
|
|
resDTO.setUserIdNum(accountInfo.getIdNum()); |
|
|
|
resDTO.setUserAddress(accountInfo.getAddress()); |
|
|
|
resDTO.setUserPosImgUrl(minioUtil.getOuterUrl(accountInfo.getUserIdImgUrl())); |