设备定位更新

This commit is contained in:
磷叶 2025-05-19 13:38:11 +08:00
parent 00c453b552
commit 82c547d778

View File

@ -656,7 +656,10 @@ public class OrderServiceImpl implements OrderService {
if (device == null) {
return null;
}
// 设置日志参数
this.setLogParam(device);
// 处理设备位置
this.handleDeviceLocationAsync(device, dto.getLon(), dto.getLat());
// 查询运营区
AreaVO area = areaService.selectAreaById(order.getAreaId());