1、取消临时推送历史数据
This commit is contained in:
parent
e6ad5a0a3d
commit
a6f711f18d
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user