|
|
@@ -183,6 +183,7 @@ public class DepositRefundApplyService {
|
|
|
try {
|
|
|
apply.setRefundId(checkinInfo.getDepositRecord().getTransactionId());
|
|
|
WxPayRefundRequest req = WxPayRefundRequest.newBuilder()
|
|
|
+ .outRefundNo(apply.getRefundId())
|
|
|
.transactionId(checkinInfo.getDepositRecord().getTransactionId())
|
|
|
.totalFee(checkinInfo.getDepositRecord().getAmount()
|
|
|
.multiply(BigDecimal.valueOf(100)).intValue())
|