|
@@ -294,7 +294,7 @@ public class LeanModelStatistics {
|
|
|
if (fpgGatherData.getRunCurrent().compareTo(new BigDecimal(systemVariable.getDefaultValue())) < 0) { // 设备停止运行
|
|
|
fpgGatherData.setFpgTotalUpdatetime(new Date());
|
|
|
fpgGatherData.setId(fpgGatherData.getId());
|
|
|
- return;
|
|
|
+// return;
|
|
|
}
|
|
|
//日统计尖峰平谷数据(功率+占比+电流+运行时长) start
|
|
|
String dayPowerproportioncurrentRunMonKey = "total_day_powerproportioncurrent";
|