1、GX虚拟数据

This commit is contained in:
weidong 2024-05-27 23:23:41 +08:00
parent 39455ce2b3
commit 84a8f8f9d8

View File

@ -78,6 +78,12 @@ public class GXXfzForwarder extends Forwarder{
forwardCurrentGnss();
}
@Scheduled(cron = "0 0/10 * * * ?") // 每30分钟执行一次
private void checkDevice() {
//logger.info("zny checkDevice");
checkOfflineDevice("2345053","2350106","2350124");
}
@Override
int send(String projectId, List<GnssCalcData> records, LocalDateTime sentTime){
int sendNum = 0;