退款金额
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user