Commit f54558fb authored by libin's avatar libin

公司业绩统计

parent 9c95fdc5
......@@ -185,7 +185,7 @@ public enum StatisticsStatusEnum {
}
}
//退款订单金额(不包含免赔和押金)
feeTypeBo.setOrderRefundAmount(feeTypeBo.getOrderRefundAmount().add(accountDetailEntity.getOrderAmount()).add(feeTypeBo.getNoDeductibleRefundAmount()));
feeTypeBo.setOrderRefundAmount(feeTypeBo.getOrderRefundAmount().add(accountDetailEntity.getOrderAmount()).subtract(feeTypeBo.getNoDeductibleRefundAmount()));
}
}
return feeTypeBo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment