补招逻辑修改,手动补招和前端采用websokcet通讯
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user