微调
This commit is contained in:
@@ -196,6 +196,7 @@ public class CommonServiceImpl implements CommonService {
|
|||||||
.select(StatisticalDataDTO::getPhaseType)
|
.select(StatisticalDataDTO::getPhaseType)
|
||||||
.select("Apf_RmsI_ModOut","value")
|
.select("Apf_RmsI_ModOut","value")
|
||||||
.select("Apf_RmsI_Load","avgValue")
|
.select("Apf_RmsI_Load","avgValue")
|
||||||
|
.select("Apf_Temp_Env","minValue")
|
||||||
.between(InfluxDBTableConstant.TIME, param.getStartTime(), param.getEndTime())
|
.between(InfluxDBTableConstant.TIME, param.getStartTime(), param.getEndTime())
|
||||||
.eq(InfluxDBTableConstant.LINE_ID,param.getLineId())
|
.eq(InfluxDBTableConstant.LINE_ID,param.getLineId())
|
||||||
.eq(InfluxDBTableConstant.VALUE_TYPE,"avg")
|
.eq(InfluxDBTableConstant.VALUE_TYPE,"avg")
|
||||||
|
|||||||
Reference in New Issue
Block a user