提交 1aa7b887 authored 作者: 刘海泉's avatar 刘海泉

增加运单预计时间日志

上级 4b88b89a
......@@ -2477,6 +2477,7 @@ public class OrderChildServiceImpl implements OrderChildService {
siteLatitudeY = orderGoods.getReceiveLatitude();
}
log.info("通过车牌号:{} 获取到车辆的坐标,精度:{} ,纬度 :{}",truckNo,siteLongitudeX,siteLatitudeY);
//调高德获取预估时间
if (Objects.nonNull(truckLongitudeX) && Objects.nonNull(truckLatitudeY)) {
OrderChildExpectDTO expect = new OrderChildExpectDTO();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论