|
@@ -514,7 +514,7 @@ public class KwsAlarmService {
|
|
|
vo.setFence(area == null ? null : area.getFence());
|
|
vo.setFence(area == null ? null : area.getFence());
|
|
|
}
|
|
}
|
|
|
vo.setLogicAlt(device.getLogicAlt());
|
|
vo.setLogicAlt(device.getLogicAlt());
|
|
|
- vo.setLogicLat(device.getLogicAlt());
|
|
|
|
|
|
|
+ vo.setLogicLat(device.getLogicLat());
|
|
|
vo.setLogicLng(device.getLogicLng());
|
|
vo.setLogicLng(device.getLogicLng());
|
|
|
vo.setAlarmDetailId(id);
|
|
vo.setAlarmDetailId(id);
|
|
|
vo.setDeviceId(deviceId.toString());
|
|
vo.setDeviceId(deviceId.toString());
|