mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
打印日志
This commit is contained in:
@@ -689,5 +689,6 @@ public class NotDelayMerchantProgramLogic extends AbstractProgramLogic {
|
||||
// 解冻金额并更新消费金额
|
||||
memberAdapayRecordService.unfreezeAmountAndUpdateSpendAmount(paymentId, payAmt, refundAmt);
|
||||
}
|
||||
logger.info("【{}】-汇付支付订单:{}, 执行退款逻辑 result:{}", this.getClass().getSimpleName(), dto.getOrderCode(), JSON.toJSONString(refundRequest));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user