吉安感知网项目-后端
linwei
2026-01-19 3664ff0935aeab26d23926331333a1f55caea1c1
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/impl/FwDeviceScrapServiceImpl.java
@@ -59,6 +59,7 @@
         FwDeviceEntity fwDevice = new FwDeviceEntity();
         fwDevice.setId(dto.getDeviceId());
         fwDevice.setStatus(3);
         fwDevice.setIsDeleted(1);
         isSuccess = fwDeviceService.updateById(fwDevice);
      }
      return isSuccess;