退款金额

This commit is contained in:
2026-02-04 16:52:01 +08:00
parent 9784695482
commit 625df4c353

View File

@@ -59,13 +59,13 @@ public class FinanceStsServiceImpl implements FinanceStsService {
.setPointsDiscountAmount(statistic.getPointDiscountAmount()) .setPointsDiscountAmount(statistic.getPointDiscountAmount())
.setOrderDiscount(statistic.getOrderPriceDiscountAmount())) .setOrderDiscount(statistic.getOrderPriceDiscountAmount()))
.setRefund(new FinanceStsDTO.RefundSts() .setRefund(new FinanceStsDTO.RefundSts()
.setRefundAmount(statistic.getRefundAmount()) .setRefundAmount(statistic.getRefundAmount().add(statistic.getRechargeRefundAmount()))
.setOnlineRefundAmount(statistic.getOnlineRefundAmount()) .setOnlineRefundAmount(statistic.getOnlineRefundAmount())
.setCashRefundAmount(statistic.getCashRefundAmount()) .setCashRefundAmount(statistic.getCashRefundAmount())
.setMemberRefundAmount(statistic.getMemberRefundAmount())
.setRechargeRefundAmount(statistic.getRechargeRefundAmount()) .setRechargeRefundAmount(statistic.getRechargeRefundAmount())
.setOnlineRechargeRefundAmount(statistic.getOnlineRechargeRefundAmount()) .setOnlineRechargeRefundAmount(statistic.getOnlineRechargeRefundAmount())
.setCashRechargeRefundAmount(statistic.getCashRechargeRefundAmount()) .setCashRechargeRefundAmount(statistic.getCashRechargeRefundAmount()))
.setMemberRefundAmount(statistic.getMemberRefundAmount()))
.setSts(new FinanceStsDTO.Sts() .setSts(new FinanceStsDTO.Sts()
.setCustomerCount(statistic.getCustomerCount()) .setCustomerCount(statistic.getCustomerCount())
.setOrderCount(statistic.getOrderCount()) .setOrderCount(statistic.getOrderCount())