From d4c10f1a10fb9dd7a66d99d664547e824b1b634b Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 26 Dec 2024 09:26:47 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=99=90=E5=88=B6=E5=8D=95=E6=AC=A1?= =?UTF-8?q?=E6=9C=80=E5=A4=9A=E6=9F=A5=E8=AF=A2200=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumers/consumerSinoGnssMySQL.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumers/consumerSinoGnssMySQL.go b/consumers/consumerSinoGnssMySQL.go index 1cd39d8..eecc081 100644 --- a/consumers/consumerSinoGnssMySQL.go +++ b/consumers/consumerSinoGnssMySQL.go @@ -95,7 +95,7 @@ LEFT JOIN datasolution as p ON d.station_name=p.sn where p.group_name is not null and d.id > %d and d.id <= %d -ORDER BY p.group_name;`, recordInfo.TableName, recordInfo.Id, recordInfo.Id+100) +ORDER BY p.group_name;`, recordInfo.TableName, recordInfo.Id, recordInfo.Id+200) var GnssDatas []SinoGnssMySQL.GnssData err = the.InDB.Query(&GnssDatas, sql) if err != nil || len(GnssDatas) == 0 {