From 76b7d06f5f8ff283279fcc8409b3c28f02cbd37c Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Thu, 18 Jul 2024 10:29:27 +0800
Subject: [PATCH] 修复图斑图片信息缺失
---
src/main/java/com/dji/sample/patches/controller/PatchesController.java | 8 +-------
1 files changed, 1 insertions(+), 7 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 0d46446..da5a457 100644
--- a/src/main/java/com/dji/sample/patches/controller/PatchesController.java
+++ b/src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -133,12 +133,6 @@
@RequestParam Double airportLat,
@RequestParam Double airportLon) {
List<LotInfo> lotInfos = getPatchesService.getLotInfosByIds(list);
- System.out.println(lotInfos);
- System.out.println(lotInfos);
- System.out.println(lotInfos);
- System.out.println(lotInfos);
- System.out.println(lotInfos);
- System.out.println(lotInfos);
return GeoToolsUtil.getRoutePointOrder(lotInfos, airportLat, airportLon);
}
@@ -171,7 +165,7 @@
@GetMapping("/useMyTask")
public ResponseResult useMyTask() throws Exception {
try {
- timerUtil.myTask();
+ TimerUtil.mytask10();
// timerUtil.myTask2();
// timerUtil.myTask3();
// timerUtil.mytask4();
--
Gitblit v1.9.3