From b6294bd36b3023e18606c77553fe136e6500a4b2 Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Wed, 17 Apr 2024 15:42:34 +0800
Subject: [PATCH] 完善DB数据配置

---
 src/main/java/com/dji/sample/patches/controller/PatchesController.java |    5 +++++
 1 files changed, 5 insertions(+), 0 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 61aea6a..e2a21fe 100644
--- a/src/main/java/com/dji/sample/patches/controller/PatchesController.java
+++ b/src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -135,4 +135,9 @@
         }
         return ResponseResult.success(infoMap);
     }
+    @PostMapping("/test")
+    public void test(){
+        List<LotInfo> list=getPatchesService.listLotinfo();
+        tbDkjbxxService.insert(list);
+    }
 }

--
Gitblit v1.9.3