From fb5e5269118bdfbf324b410defcd0831d4ecea27 Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Tue, 23 Apr 2024 16:33:33 +0800
Subject: [PATCH] 完善DB文件上传接口
---
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