车辆静止时更新车辆位置
This commit is contained in:
parent
4e892d6f6d
commit
f3ba634916
@ -90,6 +90,7 @@ public class ReoprtHandler {
|
||||
operateFeignClient.saveEbikeTracking(ebikeTracking);
|
||||
//车辆静止,直接落库
|
||||
if (isMoving == '0') {
|
||||
//TODO:优化为算法计算存储,计算拐点等关键位置,而非单纯的等待2min的静止上报
|
||||
operateFeignClient.changeLocation(deviceId,doubles[0], doubles[1]);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user