|
@@ -43,7 +43,8 @@ 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 = "afterSale.refundPrice", target = "price"),
|
|
|
+ @Mapping(source = "orderProperties.payAppKey", target = "appKey")
|
|
|
})
|
|
|
PayRefundCreateReqDTO convert(String userIp, AfterSaleDO afterSale,
|
|
|
TradeOrderProperties orderProperties);
|