设备定位更新
This commit is contained in:
parent
00c453b552
commit
82c547d778
|
@ -656,7 +656,10 @@ public class OrderServiceImpl implements OrderService {
|
||||||
if (device == null) {
|
if (device == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
// 设置日志参数
|
||||||
this.setLogParam(device);
|
this.setLogParam(device);
|
||||||
|
// 处理设备位置
|
||||||
|
this.handleDeviceLocationAsync(device, dto.getLon(), dto.getLat());
|
||||||
|
|
||||||
// 查询运营区
|
// 查询运营区
|
||||||
AreaVO area = areaService.selectAreaById(order.getAreaId());
|
AreaVO area = areaService.selectAreaById(order.getAreaId());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user