提交 031b9b33 authored 作者: huyufan's avatar huyufan

开发:日志打印

上级 633fff13
package com.clx.performance.utils.zjxl; package com.clx.performance.utils.zjxl;
import cn.hutool.json.JSONUtil;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.clx.performance.constant.GPSConstants; import com.clx.performance.constant.GPSConstants;
import com.clx.performance.dto.zjxl.*; import com.clx.performance.dto.zjxl.*;
...@@ -95,7 +96,7 @@ public class ZjxlGpsService { ...@@ -95,7 +96,7 @@ public class ZjxlGpsService {
if (lastLocation == null){return null;} if (lastLocation == null){return null;}
TruckLocationDTO location = new TruckLocationDTO(lastLocation.getDrc(), lastLocation.getSpd(), lastLocation.getLon(), lastLocation.getLat(), lastLocation.getUtc(), TruckLocationDTO location = new TruckLocationDTO(lastLocation.getDrc(), lastLocation.getSpd(), lastLocation.getLon(), lastLocation.getLat(), lastLocation.getUtc(),
lastLocation.getProvince(), lastLocation.getCity(), lastLocation.getCountry(), lastLocation.getAdr()); lastLocation.getProvince(), lastLocation.getCity(), lastLocation.getCountry(), lastLocation.getAdr());
log.info("获取车辆位置成功, truckNo:{}", truckNo); log.info("获取车辆位置成功, truckNo:{}, location:{}", truckNo, JSONUtil.parse(location));
return location; return location;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论