From 111ca8dcf85c098950a7d9ba2f7db487699c752c Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Sun, 21 Sep 2025 09:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crm-admin/src/main/resources/application-dev.yml | 5 +++-- crm-admin/src/main/resources/application.yml | 2 +- .../mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/crm-admin/src/main/resources/application-dev.yml b/crm-admin/src/main/resources/application-dev.yml index 30310ac..0d6579c 100644 --- a/crm-admin/src/main/resources/application-dev.yml +++ b/crm-admin/src/main/resources/application-dev.yml @@ -2,7 +2,8 @@ spring: #redis redis: # 地址 - host: 121.37.179.211 +# host: 121.37.179.211 + host: 192.168.0.199 # 端口,默认为6379 port: 6379 # 数据库索引 @@ -60,4 +61,4 @@ userinfo: # 微信支付API调用服务器的IP wxPayClientIp: 60.204.129.13 # 配置文件路径 - configUrl: E:/config/application/config.properties \ No newline at end of file + configUrl: E:/config/application/config.properties diff --git a/crm-admin/src/main/resources/application.yml b/crm-admin/src/main/resources/application.yml index d97c122..f0cc1ac 100644 --- a/crm-admin/src/main/resources/application.yml +++ b/crm-admin/src/main/resources/application.yml @@ -17,7 +17,7 @@ server: #spring 配置 spring: profiles: - active: dev + active: prod freemarker: cache: false mvc: diff --git a/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml b/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml index a7bc53f..95afb5f 100644 --- a/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml +++ b/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml @@ -46,7 +46,7 @@