From 0797de321d8ca5a034f598c5aa97bdbb5d50a4e8 Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Wed, 27 Apr 2022 11:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9F=E8=AE=A1=E7=9A=84SQ?= =?UTF-8?q?L?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcStatisticsMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,