温度bug修改
This commit is contained in:
@@ -141,6 +141,7 @@ public class CommonServiceImpl implements CommonService {
|
||||
.select(StatisticalDataDTO::getClDid)
|
||||
.last(columnName,InfluxDBTableConstant.VALUE)
|
||||
.eq(InfluxDBTableConstant.LINE_ID,lineId)
|
||||
.eq(InfluxDBTableConstant.PHASIC_TYPE, "M")
|
||||
.eq(InfluxDBTableConstant.PROCESS,process)
|
||||
.groupBy(InfluxDBTableConstant.CL_DID);
|
||||
return commonMapper.getTopTemperature(influxQueryWrapper);
|
||||
|
||||
Reference in New Issue
Block a user