From 4b81304e73c093795ae418cfb4ce537b603660c9 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 16 四月 2026 09:36:46 +0800
Subject: [PATCH] 修改任务模板的基本templateid不存在,去基本模板查询
---
ruoyi-admin/src/main/resources/application-sltd.yml | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-sltd.yml b/ruoyi-admin/src/main/resources/application-sltd.yml
index d852979..e145f70 100644
--- a/ruoyi-admin/src/main/resources/application-sltd.yml
+++ b/ruoyi-admin/src/main/resources/application-sltd.yml
@@ -7,7 +7,7 @@
# 涓诲簱鏁版嵁婧�
master:
# 鐪佺珛鍚屽痉
- url: jdbc:mysql://192.88.117.237:3306/smartor_sltd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.88.117.237:3306/smartor_sltd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&connectTimeout=60000&socketTimeout=120000
username: root
password: Smartor.2023
driverClassName: com.mysql.cj.jdbc.Driver
@@ -49,8 +49,8 @@
# 閰嶇疆涓�涓繛鎺ュ湪姹犱腑鏈�澶х敓瀛樼殑鏃堕棿锛屽崟浣嶆槸姣
maxEvictableIdleTimeMillis: 900000
# 閰嶇疆妫�娴嬭繛鎺ユ槸鍚︽湁鏁�
- # validationQuery: SELECT 1 FROM DUAL
- validationQuery: SELECT 1
+ validationQuery: SELECT 1 FROM DUAL
+ # validationQuery: SELECT 1
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
@@ -66,9 +66,9 @@
login-password: Lihu@1363419#$
filter:
stat:
- enabled: true
+ enabled: false
# 鎱QL璁板綍
- log-slow-sql: true
+ log-slow-sql: false
slow-sql-millis: 1000
merge-sql: true
wall:
@@ -104,10 +104,10 @@
pathMapping: /dev-api
# PageHelper鍒嗛〉鎻掍欢
-pagehelper:
- helperDialect: mysql
- supportMethodsArguments: true
- params: count=countSql
+#pagehelper:
+# helperDialect: mysql
+# supportMethodsArguments: true
+# params: count=countSql
magic-api:
web: /magic/web
@@ -231,9 +231,6 @@
#admin绠$悊鍛榰serId
isAdmin: 1,2,3,4,5,6,7,8,9,10,11,12,13
-#闅忚鍖婚櫌锛�1鏂板崕 2涓芥按 3甯備竴 4鐪佺珛鍚屽痉
-visitHosp: 4
-
#鐢ㄦ埛榛樿瀵嗙爜
userPwd: sltd@0230
@@ -244,4 +241,9 @@
#鏄惁鍔犲瘑 0涓嶅姞 1鍔犲瘑
isEncryp: 0
+#鏂囦欢涓婁紶鍦板潃
+fileUpload: http://192.88.117.236:8090
+profile: /prod-api/profile
+# 鏉ユ湭鏉pp_key
+lwl_app_key: ak-zUMiOWhqXiJQWPB1pCbz0pjr
--
Gitblit v1.9.3