diff --git a/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcStatisticsMapper.xml b/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcStatisticsMapper.xml index 5f41ef6f..237edabd 100644 --- a/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcStatisticsMapper.xml +++ b/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcStatisticsMapper.xml @@ -177,7 +177,7 @@ format(ifnull(sum(ss.act_price),0), 2) actPrice, format(ifnull(sum(ss.act_power_price),0), 2) actPowerPrice, format(ifnull(sum(ss.act_service_price),0), 2) actServicePrice, - format(ifnull(sum(ss.act_service_price + ss.act_power_price), 2) actTotalPrice, + format(ifnull(sum(ss.act_service_price + ss.act_power_price), 0), 2) actTotalPrice, format(ifnull(sum(ss.promotion_discount),0), 2) promotionDiscount, format(ifnull(sum(ss.internet_commission),0), 2) internetCommission, format(ifnull(sum(ss.internet_svc_commission),0), 2) internetSvcCommission,