Commit 4a715455 by huangjy

fix:空间定位问题

parent ef4476d1
......@@ -396,7 +396,7 @@ public class PlatElderDayReportDayServiceImpl implements PlatElderDayReportDaySe
vo.setDistance(i.getProperties().getDistance());
vo.setAngle(i.getProperties().getAngle());
vo.setType(1);
vo.setDeviceId(e.getId());
vo.setOriDeviceId(e.getOriDeviceId());
......@@ -416,6 +416,7 @@ public class PlatElderDayReportDayServiceImpl implements PlatElderDayReportDaySe
vo.setTrack(i.getProperties().getTrack());
vo.setDeviceId(e.getId());
vo.setType(2);
vo.setOriDeviceId(e.getOriDeviceId());
return vo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment