吉安感知网项目-后端
linwei
7 days ago 8edf0004e4bd8b758b0fc5940a8a83f0f7948f74
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);
   }
   /**
    * 导出数据