diff --git a/auto-solution-admin/src/main/resources/application-druid.yml b/auto-solution-admin/src/main/resources/application-druid.yml
index d9bbb1f..3cfb6ea 100644
--- a/auto-solution-admin/src/main/resources/application-druid.yml
+++ b/auto-solution-admin/src/main/resources/application-druid.yml
@@ -6,11 +6,9 @@ spring:
druid:
# 主库数据源
master:
-# url: jdbc:mysql://192.168.166.71:3306/behaviortreedb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
- url: jdbc:mysql://localhost:3306/autosolution_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://127.0.0.1:3306/autosolution_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
-# password: 123456
- password: 1234
+ password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭
diff --git a/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml b/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml
index 865658d..4a90672 100644
--- a/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml
+++ b/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml
@@ -82,7 +82,7 @@
@@ -106,9 +106,18 @@