From b1dc188d59654c3c060e93fd2e471619bda4f6d3 Mon Sep 17 00:00:00 2001 From: xiezw Date: Thu, 26 Sep 2024 09:45:05 +0800 Subject: [PATCH] =?UTF-8?q?20240925-=E6=94=B9=E5=90=8D=E6=80=BB=E7=94=A8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 e2456f5..8311f6a 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));