Browse Source

20240925

thing_master
xiezw 1 year ago
parent
commit
b0dee57fb3
  1. 2
      modules/report-analysis/src/main/java/com/thing/carbon/peakvalley/service/impl/PeakValleyServiceImpl.java

2
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));

Loading…
Cancel
Save