From f8c6af076008e0f5f7bac7f09766aab7b82c4a9a Mon Sep 17 00:00:00 2001 From: lishuai Date: Wed, 7 May 2025 13:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E6=B5=81=E5=9B=BE=202025=E5=B9=B45?= =?UTF-8?q?=E6=9C=887=E6=97=A513:59:53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../energyrepory/service/impl/EnergyUsageCommonServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/report-analysis/src/main/java/com/thing/carbon/energyrepory/service/impl/EnergyUsageCommonServiceImpl.java b/modules/report-analysis/src/main/java/com/thing/carbon/energyrepory/service/impl/EnergyUsageCommonServiceImpl.java index 6974fc5..a58514c 100644 --- a/modules/report-analysis/src/main/java/com/thing/carbon/energyrepory/service/impl/EnergyUsageCommonServiceImpl.java +++ b/modules/report-analysis/src/main/java/com/thing/carbon/energyrepory/service/impl/EnergyUsageCommonServiceImpl.java @@ -188,6 +188,8 @@ public class EnergyUsageCommonServiceImpl implements EnergyUsageCommonService { switch (attrTypeEnum) { case yy -> doAdapter(thingSources, AttributeTypeEnum.yy); case hh -> doAdapter(thingSources, AttributeTypeEnum.hh); + case mm -> doAdapter(thingSources, AttributeTypeEnum.mm); + case dd -> doAdapter(thingSources, AttributeTypeEnum.dd); default -> { } // anything else ?