From 5c288f2960d4256e1a5cfff37dcc976e62bd86ce Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Tue, 14 May 2024 14:03:56 +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