From 0d02d968ba0626009dfddfccda2ded84a118a88c Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Wed, 17 Jul 2024 10:49:45 +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