From 22af8b1c29515317280099df02470c68856f9021 Mon Sep 17 00:00:00 2001
From: aix <vip_xiaobin810@163.com>
Date: Tue, 02 Jul 2024 21:23:08 +0800
Subject: [PATCH] 航线飞行

---
 src/main/java/com/dji/sample/patches/controller/PatchesController.java |    2 +-
 1 files changed, 1 insertions(+), 1 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 3295f6f..5ea6566 100644
--- a/src/main/java/com/dji/sample/patches/controller/PatchesController.java
+++ b/src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -202,7 +202,7 @@
                                                                            @RequestParam(name = "page_size", defaultValue = "10") Integer pageSize,
                                                                            @RequestParam String workspaceId,
                                                                            @RequestParam String dkbh) {
-        fileService.getNoaddFile();
+//        fileService.getNoaddFile();
         try {
             PatchesParam param = PatchesParam.builder()
                     .page(page)

--
Gitblit v1.9.3