温度bug修改

This commit is contained in:
hzj
2024-09-18 13:49:38 +08:00
parent ac08343f56
commit 59068c0085

View File

@@ -141,6 +141,7 @@ public class CommonServiceImpl implements CommonService {
.select(StatisticalDataDTO::getClDid) .select(StatisticalDataDTO::getClDid)
.last(columnName,InfluxDBTableConstant.VALUE) .last(columnName,InfluxDBTableConstant.VALUE)
.eq(InfluxDBTableConstant.LINE_ID,lineId) .eq(InfluxDBTableConstant.LINE_ID,lineId)
.eq(InfluxDBTableConstant.PHASIC_TYPE, "M")
.eq(InfluxDBTableConstant.PROCESS,process) .eq(InfluxDBTableConstant.PROCESS,process)
.groupBy(InfluxDBTableConstant.CL_DID); .groupBy(InfluxDBTableConstant.CL_DID);
return commonMapper.getTopTemperature(influxQueryWrapper); return commonMapper.getTopTemperature(influxQueryWrapper);