|
@@ -1271,6 +1271,9 @@ public class ProjectService {
|
|
|
.eq(KwsDevice::getMountainId, headerData.getMountainId())
|
|
.eq(KwsDevice::getMountainId, headerData.getMountainId())
|
|
|
.eq(KwsDevice::getDelFlag, 0)
|
|
.eq(KwsDevice::getDelFlag, 0)
|
|
|
.set(KwsDevice::getRelevanceLevel, 0)
|
|
.set(KwsDevice::getRelevanceLevel, 0)
|
|
|
|
|
+ .set(KwsDevice::getLogicAlt, null)
|
|
|
|
|
+ .set(KwsDevice::getLogicLat, null)
|
|
|
|
|
+ .set(KwsDevice::getLogicLng, null)
|
|
|
.set(KwsDevice::getStatus, DeviceEnum.NOT_IN_USE.getCode())
|
|
.set(KwsDevice::getStatus, DeviceEnum.NOT_IN_USE.getCode())
|
|
|
.set(KwsDevice::getUpdateTime, LocalDateTime.now())
|
|
.set(KwsDevice::getUpdateTime, LocalDateTime.now())
|
|
|
.set(KwsDevice::getUpdateBy, headerData.getUpdateBy() == null ? Long.parseLong(headerData.getCreateBy()) : Long.parseLong(headerData.getUpdateBy()))
|
|
.set(KwsDevice::getUpdateBy, headerData.getUpdateBy() == null ? Long.parseLong(headerData.getCreateBy()) : Long.parseLong(headerData.getUpdateBy()))
|