From 5ce1cdf40735c64163f4ea486dad245e21178f25 Mon Sep 17 00:00:00 2001 From: lucas Date: Tue, 27 May 2025 17:31:12 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A1=A5=E5=A2=A9=E6=8C=AF=E5=8A=A825?= =?UTF-8?q?=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumers/consumerAXYES2GDJKJC.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumers/consumerAXYES2GDJKJC.go b/consumers/consumerAXYES2GDJKJC.go index 261b9ad..d61e301 100644 --- a/consumers/consumerAXYES2GDJKJC.go +++ b/consumers/consumerAXYES2GDJKJC.go @@ -182,7 +182,7 @@ func (the *consumerAXYES2GDJKJC) GetEs10minAggData() { //utils.GetTimeRangeBy10min() 由于振动数据实时性问题 改用一小时统一上报 start, end := utils.GetTimeRangeByHour(-1) log.Printf("查询10min数据时间范围 %s - %s", start, end) - factorIds := []int{28} //桥面振动 28 + factorIds := []int{28, 25} //桥面振动 28 桥墩振动25 structIds := the.getStructIdsByBridge() for _, structId := range structIds { for _, factorId := range factorIds {