|
|
@@ -423,13 +423,13 @@ public class ChinaumsSenselessPayService extends SuperService {
|
|
|
|
|
|
//构建入账账户
|
|
|
TransferTransactionsModel.GeneralLedgerTransaction orgDestinationTransaction = new TransferTransactionsModel.GeneralLedgerTransaction();
|
|
|
- destinationTransaction.setGeneralLedgerId(orgWaitSettle.getLedgerId());
|
|
|
- destinationTransaction.setOrderNumber(orderNo);
|
|
|
- destinationTransaction.setTransactionType(TransactionType.Pay);
|
|
|
- destinationTransaction.setTransactionStatus(TransactionStatus.Success);
|
|
|
- destinationTransaction.setAmount(total.longValue());
|
|
|
- destinationTransaction.setRemark(remark);
|
|
|
- destinationTransaction.setMeta(Map.of("paymentType",PaymentType.UnionFrictionlessPay, "description", "银联无感支付"));
|
|
|
+ orgDestinationTransaction.setGeneralLedgerId(orgWaitSettle.getLedgerId());
|
|
|
+ orgDestinationTransaction.setOrderNumber(orderNo);
|
|
|
+ orgDestinationTransaction.setTransactionType(TransactionType.Pay);
|
|
|
+ orgDestinationTransaction.setTransactionStatus(TransactionStatus.Success);
|
|
|
+ orgDestinationTransaction.setAmount(total.longValue());
|
|
|
+ orgDestinationTransaction.setRemark(remark);
|
|
|
+ orgDestinationTransaction.setMeta(Map.of("paymentType",PaymentType.UnionFrictionlessPay, "description", "银联无感支付"));
|
|
|
payTransferModel.setDestinations(new TransferTransactionsModel.GeneralLedgerTransaction[]{orgDestinationTransaction});
|
|
|
return transactionLogService.transfer(payTransferModel);
|
|
|
}
|