1、取消临时推送历史数据

This commit is contained in:
weidong 2025-07-01 13:00:51 +08:00
parent e6ad5a0a3d
commit a6f711f18d

View File

@ -78,11 +78,11 @@ public class GZYMQTTForwarder extends Forwarder {
} }
} }
} }
/*
@Scheduled(cron = "0 0/5 * * * ?") // 每30分钟执行一次 @Scheduled(cron = "0 0/5 * * * ?") // 每30分钟执行一次
void forwardHistoryGnss() { void forwardHistoryGnss() {
super.forwardHistoryGnss(); super.forwardHistoryGnss();
} }*/
@Override @Override
int send(String projectId, List<GnssCalcData> records, LocalDateTime sentTime) { int send(String projectId, List<GnssCalcData> records, LocalDateTime sentTime) {