1、增加打印查找断点续传数据不连续的问题

This commit is contained in:
weidong 2024-02-16 12:21:10 +08:00
parent 9ba7eaf0d8
commit f379f9d160

View File

@ -72,7 +72,7 @@ public class MultiLineGNSSCalcService {
dataPersistService.updateDeviceState(gnssStatus);
}
// 生成推送记录
//createFwdReord(d342Message);
createFwdReord(d342Message);
}
// 处理d341
@ -101,7 +101,7 @@ public class MultiLineGNSSCalcService {
logger.info(deviceId + " d342 session done! "+lastDate);
beidouClient.onGnssUploadComplete(deviceId,tenantId, lastDate);
// 计算上轮结果
/*calcService.calSingleDone(deviceId, tenantId, lastDate);
//calcService.calSingleDone(deviceId, tenantId, lastDate);
// 重算最近的
lastDate = gnssCalcFilterService.updateRpos(deviceId,lastDate);
// 记录转发表更新为upload done
@ -111,7 +111,7 @@ public class MultiLineGNSSCalcService {
fwdRecord.setState(ResendRecord.STATE_BREAK_POINT);
resendRecordMapper.insert(fwdRecord);
fwdRecordMap.remove(deviceId);
}*/
}
// 移除记录发完成指示更新设备状态
deviceMap.remove(deviceId);
GnssStatus gnssStatus = dataPersistService.getDeviceState(deviceId);