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 ?