diff --git a/pluss-model-bundle/src/main/java/cn/pluss/platform/entity/MerchantRefundOrder.java b/pluss-model-bundle/src/main/java/cn/pluss/platform/entity/MerchantRefundOrder.java index 9d0e035..3f2ef09 100644 --- a/pluss-model-bundle/src/main/java/cn/pluss/platform/entity/MerchantRefundOrder.java +++ b/pluss-model-bundle/src/main/java/cn/pluss/platform/entity/MerchantRefundOrder.java @@ -185,7 +185,7 @@ public class MerchantRefundOrder { this.orderType = order.getOrderType(); this.payTypeCode = order.getPayTypeCode(); this.payTypeName = order.getPayTypeName(); - this.payAmt = BigDecimal.valueOf(order.getConsumeFee()); + this.payAmt = refundAmt; this.refundAmt = refundAmt; this.aisleSwitch = order.getAisleSwitch(); this.createTime = new Date();