diff --git a/src/main/java/com/njcn/influx/service/impl/CommonServiceImpl.java b/src/main/java/com/njcn/influx/service/impl/CommonServiceImpl.java index b2d4618..df18318 100644 --- a/src/main/java/com/njcn/influx/service/impl/CommonServiceImpl.java +++ b/src/main/java/com/njcn/influx/service/impl/CommonServiceImpl.java @@ -196,6 +196,7 @@ public class CommonServiceImpl implements CommonService { .select(StatisticalDataDTO::getPhaseType) .select("Apf_RmsI_ModOut","value") .select("Apf_RmsI_Load","avgValue") + .select("Apf_Temp_Env","minValue") .between(InfluxDBTableConstant.TIME, param.getStartTime(), param.getEndTime()) .eq(InfluxDBTableConstant.LINE_ID,param.getLineId()) .eq(InfluxDBTableConstant.VALUE_TYPE,"avg")