吉安感知网项目-后端
rain
2026-01-28 3c9c3db69742fe4d3e69b5619eb52f4ed5f2cfb5
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/controller/GdManageDeviceController.java
@@ -134,6 +134,17 @@
      return R.status(gdManageDeviceService.deleteLogic(Func.toLongList(ids)));
   }
   /**
    * 同步星图设备(测试接口)
    */
   @PostMapping("/sync-xingtu")
   @ApiOperationSupport(order = 8)
   @ApiOperation(value = "同步星图设备(测试)", notes = "同步无人机和机巢到设备表")
   public R syncXingtuDevice() throws Exception {
      int count = gdManageDeviceService.syncXingtuDevice();
      return R.data(count);
   }
   /**
    * 导出数据