补招逻辑修改,手动补招和前端采用websokcet通讯

This commit is contained in:
hzj
2025-08-25 10:14:32 +08:00
parent 7bee39f076
commit e0154fb3ef

View File

@@ -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();