|
@@ -154,7 +154,7 @@ public class EnergyEfficiencyFactory {
|
|
|
String monthlyEnergyEfficiency = energyEfficiencyService.getMonthlyEnergyEfficiency(
|
|
|
energyEfficiencyDefine.getTargetCode(), projectId, firstDayOfLastMonth);
|
|
|
return new AttrValueVO(ProjectEnergyEfficiencyContentCodes.lastMonth.name(),
|
|
|
- monthlyEnergyEfficiency, AttrValueTypeEnum.number);
|
|
|
+ monthlyEnergyEfficiency, AttrValueTypeEnum.number_2);
|
|
|
}
|
|
|
|
|
|
/**
|