1、GX虚拟数据
This commit is contained in:
parent
39455ce2b3
commit
84a8f8f9d8
@ -78,6 +78,12 @@ public class GXXfzForwarder extends Forwarder{
|
|||||||
forwardCurrentGnss();
|
forwardCurrentGnss();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Scheduled(cron = "0 0/10 * * * ?") // 每30分钟执行一次
|
||||||
|
private void checkDevice() {
|
||||||
|
//logger.info("zny checkDevice");
|
||||||
|
checkOfflineDevice("2345053","2350106","2350124");
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
int send(String projectId, List<GnssCalcData> records, LocalDateTime sentTime){
|
int send(String projectId, List<GnssCalcData> records, LocalDateTime sentTime){
|
||||||
int sendNum = 0;
|
int sendNum = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user