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