From 066f132c523fb2d8dbcaf20ea900db061b068910 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Mon, 06 May 2024 14:40:38 +0800
Subject: [PATCH] 图斑航线按机场范围生成
---
src/main/java/com/dji/sample/patches/controller/PatchesController.java | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/dji/sample/patches/controller/PatchesController.java b/src/main/java/com/dji/sample/patches/controller/PatchesController.java
index e2a21fe..61aea6a 100644
--- a/src/main/java/com/dji/sample/patches/controller/PatchesController.java
+++ b/src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -135,9 +135,4 @@
}
return ResponseResult.success(infoMap);
}
- @PostMapping("/test")
- public void test(){
- List<LotInfo> list=getPatchesService.listLotinfo();
- tbDkjbxxService.insert(list);
- }
}
--
Gitblit v1.9.3