吉安感知网项目-后端
linwei
2026-02-02 cb4b23e0e2de86a0c634fdb7ba0478e89c7e3a08
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/controller/FwDeviceController.java
@@ -134,7 +134,7 @@
   @ApiOperationSupport(order = 4)
   @ApiOperation(value = "修改设备出入库状态", notes = "传入fwDevice")
   public R updateTrackStatus(@ApiParam(value = "", required = true) @RequestParam Long deviceId) {
      return R.status(fwDeviceService.updateTrackStatusByDeviceId(deviceId,0));
      return R.status(fwDeviceService.updateTrackStatusByDeviceId(deviceId,0,""));
   }
   /**