From b72086c16e178ea31a865646aeb64bea210e48b7 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 09 五月 2025 14:57:02 +0800
Subject: [PATCH] 修正

---
 src/main/resources/config/application-gslab.yaml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/config/application-gslab.yaml b/src/main/resources/config/application-gslab.yaml
index 315b498..95809da 100644
--- a/src/main/resources/config/application-gslab.yaml
+++ b/src/main/resources/config/application-gslab.yaml
@@ -60,9 +60,13 @@
     path:
       #基础路径
       dcPath: /home/upload/laboratoryRiskManage/
-      urlRootPath: /upload/
+      urlRootPath: /uploadLab/
       module:
         #用户模块
         accountPath: /account/user/
+        #辨识模块
+        identification: /identification/
 
-
+mybatis:
+  mapper-locations: classpath:mapper/*.xml
+  #  type-aliases-package: com.gkhy.labRiskManage.domain.**
\ No newline at end of file

--
Gitblit v1.9.2