修改大屏异常信息经纬度
This commit is contained in:
+2
-2
@@ -696,8 +696,8 @@ public class WatchMonitorDataServiceImpl extends ServiceImpl<WatchMonitorDataMap
|
||||
}
|
||||
}
|
||||
} else {
|
||||
vo.setLat(BigDecimal.valueOf(watchMonitorData.getLat()));
|
||||
vo.setLon(BigDecimal.valueOf(watchMonitorData.getLon()));
|
||||
vo.setLat(watchMonitorData.getLatGd());
|
||||
vo.setLon(watchMonitorData.getLonGd());
|
||||
}
|
||||
LoginUserNew userNew = userMap.get(watchMonitorData.getBindUserId());
|
||||
if (ObjectUtil.isNotNull(userNew)) {
|
||||
|
||||
Reference in New Issue
Block a user