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-druid.yml |   63 +++++++++++++++++--------------
 1 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml
index ce28524..2989938 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml
+++ b/ruoyi-admin/src/main/resources/application-druid.yml
@@ -6,7 +6,7 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-        #    涔変箤浜岄櫌
+        #        涔変箤浜岄櫌
         #        url: jdbc:mysql://127.0.0.1:3306/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         #        username: root
         #        password: 123456
@@ -29,12 +29,12 @@
         #        driverClassName: com.mysql.cj.jdbc.Driver
 
         #  鍏徃浜�
-#        url: jdbc:mysql://116.62.18.175:6002/smartor_xinhua?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-#        username: hxsoft
-#        password: Hxerp2000
-#        driverClassName: com.mysql.cj.jdbc.Driver
+        #        url: jdbc:mysql://116.62.18.175:6002/smartor_xinhua?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        #        username: hxsoft
+        #        password: Hxerp2000
+        #        driverClassName: com.mysql.cj.jdbc.Driver
         #  鍏徃鏈湴
-        url: jdbc:mysql://192.168.100.10:3306/smartor_lishui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://haiershi.a1.luyouxia.net:23844/smartor_lishui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&connectTimeout=60000&socketTimeout=120000
         username: smartor
         password: Smartor.2023
         driverClassName: com.mysql.cj.jdbc.Driver
@@ -58,11 +58,11 @@
       #        password: Smartor.2023
       #        driverClassName: com.mysql.cj.jdbc.Driver
       # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴(鍏徃)
-#       enabled: true
-#       url: jdbc:sqlserver://116.62.18.175:6001;DatabaseName=iv-ywey;encrypt=false;SelectMethod=cursor
-#       username: sa
-#       password: Hxerp2000
-#       driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
+      #       enabled: true
+      #       url: jdbc:sqlserver://116.62.18.175:6001;DatabaseName=iv-ywey;encrypt=false;SelectMethod=cursor
+      #       username: sa
+      #       password: Hxerp2000
+      #       driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
 
       # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴(涔変箤浜岄櫌)
       # enabled: true
@@ -78,7 +78,11 @@
       # 鏈�澶ц繛鎺ユ睜鏁伴噺
       maxActive: 20
       # 閰嶇疆鑾峰彇杩炴帴绛夊緟瓒呮椂鐨勬椂闂�
-      maxWait: 60000
+      maxWait: 120000
+      # 閰嶇疆杩炴帴瓒呮椂鏃堕棿锛堟绉掞級锛岄槻姝㈡參鏌ヨ瀵艰嚧杩炴帴鏂紑
+      queryTimeout: 120
+      # 閰嶇疆杩炴帴鏈夋晥鎬ф娴嬭秴鏃�
+      validationQueryTimeout: 5
       # 閰嶇疆闂撮殧澶氫箙鎵嶈繘琛屼竴娆℃娴嬶紝妫�娴嬮渶瑕佸叧闂殑绌洪棽杩炴帴锛屽崟浣嶆槸姣
       timeBetweenEvictionRunsMillis: 60000
       # 閰嶇疆涓�涓繛鎺ュ湪姹犱腑鏈�灏忕敓瀛樼殑鏃堕棿锛屽崟浣嶆槸姣
@@ -103,26 +107,22 @@
         login-password: Lihu@1363419#$
       filter:
         stat:
-          enabled: true
+          enabled: false
           # 鎱QL璁板綍
           log-slow-sql: true
-          slow-sql-millis: 1000
+          slow-sql-millis: 3000
           merge-sql: true
         wall:
           config:
             multi-statement-allow: true
   # redis 閰嶇疆
   redis:
-#    host: 192.168.100.10
-#    port: 6020
-#    database: 0
-#    password: Smartor
     host: 127.0.0.1
-    port: 6379
+    port: 6020
     database: 0
-    password:
+    password: Smartor
     # 杩炴帴瓒呮椂鏃堕棿
-    timeout: 10s
+    timeout: 30s
     lettuce:
       pool:
         # 杩炴帴姹犱腑鐨勬渶灏忕┖闂茶繛鎺�
@@ -142,7 +142,7 @@
     prefix: /api
     readonly: false
   sql-column-case: camel
-  show-sql: true #閰嶇疆鎵撳嵃SQL
+  show-sql: false #閰嶇疆鎵撳嵃SQL
   page-config:
     size: size
     page: page
@@ -152,7 +152,7 @@
 # Swagger閰嶇疆
 swagger:
   # 鏄惁寮�鍚痵wagger
-  enabled: true
+  enabled: false
   # 璇锋眰鍓嶇紑
   pathMapping: /dev-api
 
@@ -219,10 +219,9 @@
 #  鎸囧畾asr鍥炶皟鐨剈rl璺緞(鏈湴)
 ASRCallBackPath: http://192.168.100.10:8095/smartor/serviceSubtask/phoneCallBackYQ
 #鎸傛柇IP(鏈湴)
-hangup: http://192.168.100.6:8089/hangup
+hangup: http://192.168.100.10:8089/hangup
 #fs鎵�浣跨敤鐨勯樋閲岀殑app_key(鏈湴)
 app_key_yq: ZurNHpaQLq6P55YS
-
 ##  鎸囧畾asr鍥炶皟鐨剈rl璺緞(鏂板崕)
 #ASRCallBackPath: http://192.168.101.135:8095/smartor/serviceSubtask/phoneCallBackYQ
 ##鎸傛柇IP(鏂板崕)
@@ -259,7 +258,7 @@
 #绗釜灏忔椂鐢佃瘽鎷ㄦ墦鐨勪笂闄�
 phoneUpEveryHour: 12
 #鐢佃瘽姣忓ぉ缁撴潫鏃堕棿
-phoneEndHour: 20
+phoneEndHour: 23
 
 #鏂板憳宸ラ粯璁ゅ瘑鐮�
 defaultPwd: 123456
@@ -270,7 +269,13 @@
 #admin绠$悊鍛榰serId
 isAdmin: 1,2,3,4,5,6,7,8,9,10,11,12,13
 
-#闅忚鍖婚櫌锛�1鏂板崕   2涓芥按
-visitHosp: 2
 
-isEncryp:
\ No newline at end of file
+isEncryp: 0
+
+dealDeptCode:
+
+#鏂囦欢涓婁紶鍦板潃
+fileUpload:
+profile:
+
+ai_answer: http://localhost:8088/ai_answer

--
Gitblit v1.9.3