【BUG】修改结算页面选择电子券全部都是不可用的问题

This commit is contained in:
痴货
2024-09-14 19:42:04 +08:00
parent 1301eb1c83
commit 085b94f0d0
7 changed files with 52 additions and 23 deletions

View File

@@ -43,8 +43,7 @@ public interface AfterSaleConvert {
@Mapping(source = "afterSale.orderId", target = "merchantOrderId"),
@Mapping(source = "afterSale.id", target = "merchantRefundId"),
@Mapping(source = "afterSale.applyReason", target = "reason"),
@Mapping(source = "afterSale.refundPrice", target = "price"),
@Mapping(source = "orderProperties.payAppKey", target = "appKey")
@Mapping(source = "afterSale.refundPrice", target = "price")
})
PayRefundCreateReqDTO convert(String userIp, AfterSaleDO afterSale);