Browse Source

能流图

2025年5月7日13:59:53
qingyuan_dev_new
lishuai 8 months ago
parent
commit
f8c6af0760
  1. 2
      modules/report-analysis/src/main/java/com/thing/carbon/energyrepory/service/impl/EnergyUsageCommonServiceImpl.java

2
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) { switch (attrTypeEnum) {
case yy -> doAdapter(thingSources, AttributeTypeEnum.yy); case yy -> doAdapter(thingSources, AttributeTypeEnum.yy);
case hh -> doAdapter(thingSources, AttributeTypeEnum.hh); case hh -> doAdapter(thingSources, AttributeTypeEnum.hh);
case mm -> doAdapter(thingSources, AttributeTypeEnum.mm);
case dd -> doAdapter(thingSources, AttributeTypeEnum.dd);
default -> { default -> {
} }
// anything else ? // anything else ?

Loading…
Cancel
Save