From b0dee57fb356418fae738b2f7c6d092419a2f920 Mon Sep 17 00:00:00 2001 From: xiezw Date: Wed, 25 Sep 2024 17:45:59 +0800 Subject: [PATCH] 20240925 --- .../carbon/peakvalley/service/impl/PeakValleyServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/report-analysis/src/main/java/com/thing/carbon/peakvalley/service/impl/PeakValleyServiceImpl.java b/modules/report-analysis/src/main/java/com/thing/carbon/peakvalley/service/impl/PeakValleyServiceImpl.java index e076ccd..7dc3964 100644 --- a/modules/report-analysis/src/main/java/com/thing/carbon/peakvalley/service/impl/PeakValleyServiceImpl.java +++ b/modules/report-analysis/src/main/java/com/thing/carbon/peakvalley/service/impl/PeakValleyServiceImpl.java @@ -151,7 +151,7 @@ public class PeakValleyServiceImpl implements PeakValleyService { }); //总量的集合 PeakValleyPriceStatisticsInfo statisticsInfo = new PeakValleyPriceStatisticsInfo(); - statisticsInfo.setAttrName(result.getBaseName()+"总用量"); + statisticsInfo.setAttrName("总用量"); statisticsInfo.setBaseName(result.getBaseName()); statisticsInfo.setAttrCode(result.getBaseCode()); statisticsInfo.setAllDosageRatio(BigDecimal.valueOf(100));