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; return;
} }
log.info("推送到高德的stationId:{}", stationIds); log.info("推送到高德的stationId:{}", stationIds);
// for (String stationId : stationIds) { for (String stationId : stationIds) {
// try { try {
// aMapService.pushChargingDeviceDynamics(stationId); aMapService.pushChargingDeviceDynamics(stationId);
// } catch (Exception e) { } catch (Exception e) {
// log.error("推送到高德error", e); log.error("推送到高德error", e);
// } }
// } }
} }
} }