From ebae0c1137ba96d38e5b2323577129d2c9ff2e6e Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 22 五月 2025 09:45:59 +0800
Subject: [PATCH] 1、优化配置文件; 2、优化ID生成器代码; 3、修改注释; 4、修改权限初始化时算法; 5、导出Excel文件功能归为一个新类; 6、工站数据库存入验空修改;

---
 pms-parent/pms-global/src/main/resources/application-global.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml
index 4a882ce..2f85bd2 100644
--- a/pms-parent/pms-global/src/main/resources/application-global.yml
+++ b/pms-parent/pms-global/src/main/resources/application-global.yml
@@ -6,7 +6,7 @@
     #浜戞湇鍔�203锛� D:/apps/pms/nginx-1.24.0/html/webfiles/
     webFileAbsolutePath: D:/apps/pms/nginx-1.24.0/html/webfiles/
     #杈撳嚭sql鏃ュ織寮�鍏筹紝鎺у埗PrintSqlInterceptor鎷︽埅鍣ㄦ槸鍚﹀姞杞�
-    showSqlLog: false
+    showSqlLog: true
     #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇�
     isDev: false
 spring:
@@ -130,7 +130,7 @@
 
 #web鍒嗗竷寮忔枃浠剁郴缁�
 dy:
-    webFileAbsolutePath: E:/java/nginx-1.24.0/html/webfiles/
+    webFileAbsolutePath: ${pmsGl.webFileAbsolutePath}
     photoZipWidth: 400 #缂╃暐鍥惧昂瀵�
     webFile:
         fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL

--
Gitblit v1.8.0