update 高德推送动态数据

This commit is contained in:
Lemon
2023-07-18 11:11:23 +08:00
parent 2feb006554
commit 55a10d5929

View File

@@ -147,12 +147,12 @@ public class JsowellTask {
return;
}
log.info("推送到高德的stationId:{}", stationIds);
// for (String stationId : stationIds) {
// try {
// aMapService.pushChargingDeviceDynamics(stationId);
// } catch (Exception e) {
// log.error("推送到高德error", e);
// }
// }
for (String stationId : stationIds) {
try {
aMapService.pushChargingDeviceDynamics(stationId);
} catch (Exception e) {
log.error("推送到高德error", e);
}
}
}
}