From 20b0c4487431e2373775d05929b3b2f7067476d0 Mon Sep 17 00:00:00 2001 From: xy <748613696@qq.com> Date: Thu, 17 Jul 2025 15:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/njcn/influx/service/impl/CommonServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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")