drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/impl/FwDeviceServiceImpl.java
@@ -161,8 +161,8 @@ @Override public boolean saveOrUpdateDevice(FwDeviceEntity fwDeviceEntity) { if (fwDeviceEntity.getEffectiveRangeKm() == null || fwDeviceEntity.getEffectiveRangeKm().compareTo(BigDecimal.ZERO) == 0 ) { fwDeviceEntity.setLatitude(null); fwDeviceEntity.setLongitude(null); fwDeviceEntity.setLatitude(""); fwDeviceEntity.setLongitude(""); } return saveOrUpdate(fwDeviceEntity); }