mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 高德推送动态数据
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user