mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	【功能修复】修复退款时应用AppKey为空的问题
This commit is contained in:
		@ -43,7 +43,8 @@ public interface AfterSaleConvert {
 | 
				
			|||||||
            @Mapping(source = "afterSale.orderId", target = "merchantOrderId"),
 | 
					            @Mapping(source = "afterSale.orderId", target = "merchantOrderId"),
 | 
				
			||||||
            @Mapping(source = "afterSale.id", target = "merchantRefundId"),
 | 
					            @Mapping(source = "afterSale.id", target = "merchantRefundId"),
 | 
				
			||||||
            @Mapping(source = "afterSale.applyReason", target = "reason"),
 | 
					            @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,
 | 
					    PayRefundCreateReqDTO convert(String userIp, AfterSaleDO afterSale,
 | 
				
			||||||
                                  TradeOrderProperties orderProperties);
 | 
					                                  TradeOrderProperties orderProperties);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user