|
|
|
@ -58,10 +58,10 @@ public class WithdrawAuditQueryServiceImpl implements WithdrawAuditQueryService |
|
|
|
export.setWithdrawType(vo.getWithdrawType().getDesc()); |
|
|
|
Map<String, String> extDetailsInfo = vo.getExtDetailsInfo(); |
|
|
|
if (Objects.nonNull(extDetailsInfo)) { |
|
|
|
export.setExtDetailsInfo("银行卡号:" + extDetailsInfo.get(ThirdPartyField.CARD_NUM) + ";" |
|
|
|
+ "持卡人姓名:" + extDetailsInfo.get(ThirdPartyField.OWNER_NAME) + ";" |
|
|
|
+ "所属银行:" + extDetailsInfo.get(ThirdPartyField.BANK_NAME) + ";" |
|
|
|
+ "开户行:" + extDetailsInfo.get(ThirdPartyField.OPENING_BANK)); |
|
|
|
export.setExtDetailsInfo("银行卡号:" + extDetailsInfo.get(ThirdPartyField.CARD_NUM) + ";" |
|
|
|
+ "持卡人姓名:" + extDetailsInfo.get(ThirdPartyField.OWNER_NAME) + ";" |
|
|
|
+ "所属银行:" + extDetailsInfo.get(ThirdPartyField.BANK_NAME) + ";" |
|
|
|
+ "开户行:" + extDetailsInfo.get(ThirdPartyField.OPENING_BANK)); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
|