金马改为1小时推送一次

This commit is contained in:
weidong 2024-02-04 11:13:02 +08:00
parent 8df09f29a3
commit 2b77c8c78a
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class KingMaForwarder extends Forwarder{
/**
* 每半小时转发GNSS解算结果
*/
@Scheduled(cron = "0 0/30 * * * ?") // 每30分钟执行一次
@Scheduled(cron = "0 0 0/1 * * ?") // 每小时执行一次
private void forwardGnss() {
logger.info("kingma forwardGnss");
forwardCurrentGnss(FORWARDER_NAME);

View File

@ -94,6 +94,7 @@
[/]
];
var loc_green = new BMapGL.Icon("../images/loc1_green.png", new BMapGL.Size(18, 24));
var loc_red = new BMapGL.Icon("../images/loc1_red.png", new BMapGL.Size(18, 24));
//console.log(deviceList);
for(var i=0; i<deviceList.length; i++) {