This commit is contained in:
2023-10-07 11:53:52 +08:00
parent 1bb9efc745
commit 98436be479

View File

@@ -493,6 +493,7 @@ public class NotDelayMerchantOrderLogic extends AbstractOrderLogic{
// 查询用户充值余额订单 过滤掉已经退款的充值订单
List<BalanceDeductionAmountVO> list = calculateTheBalanceDeductionAmount(dto.getMemberId(), refundAmount);
logger.info("【{}】-余额退款, 需要退款list:{}", this.getClass().getSimpleName(), JSON.toJSONString(list));
for (BalanceDeductionAmountVO vo : list) {
String paymentId = vo.getPaymentId();
BigDecimal deductionAmount = vo.getDeductionAmount();