From e0154fb3efe410bd8ac4c08fb0f901fb3cf642aa Mon Sep 17 00:00:00 2001 From: hzj <826100833@qq.com> Date: Mon, 25 Aug 2025 10:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=8B=9B=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E6=89=8B=E5=8A=A8=E8=A1=A5=E6=8B=9B=E5=92=8C?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=87=87=E7=94=A8websokcet=E9=80=9A=E8=AE=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/dataProcess/websocket/RecallWebSocketServer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data-processing/data-processing-boot/src/main/java/com/njcn/dataProcess/websocket/RecallWebSocketServer.java b/data-processing/data-processing-boot/src/main/java/com/njcn/dataProcess/websocket/RecallWebSocketServer.java index 424543e..5e6b493 100644 --- a/data-processing/data-processing-boot/src/main/java/com/njcn/dataProcess/websocket/RecallWebSocketServer.java +++ b/data-processing/data-processing-boot/src/main/java/com/njcn/dataProcess/websocket/RecallWebSocketServer.java @@ -220,8 +220,9 @@ public class RecallWebSocketServer { } if(recallType ==3){ - currentDate = tempTime; + sendInfo("监测点:"+data.getPointName()+";日期:"+currentDate.toLocalDate()+"数据完整性大于98%,无需补招"); + currentDate = tempTime; continue; }else if(recallType ==2){ Integer timeInterval = data.getTimeInterval();