From 7b8c8077af714c808ae7a51ed5d3abbd407cc620 Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Wed, 26 Jun 2024 17:15:29 +0800
Subject: [PATCH] 修改成果展示查询接口名字为空时的错误bug,加上按拍照时间倒叙。修改定时器时间

---
 src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java b/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java
index c2fdc38..0da31a8 100644
--- a/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java
+++ b/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java
@@ -32,6 +32,7 @@
         excludePaths.add(managePrefix + manageVersion + "/login");
         excludePaths.add(managePrefix + manageVersion + "/token/refresh");
         excludePaths.add("/territory/tbdkjbxx/upload");
+        excludePaths.add("/territory/tbdkjbxx/uploadUrl");
         // Intercept for all request interfaces.
         registry.addInterceptor(authInterceptor).addPathPatterns("/**").excludePathPatterns(excludePaths);
     }

--
Gitblit v1.9.3