配置文件等

This commit is contained in:
mzr 2025-09-21 09:49:43 +08:00
parent 093d05b5ce
commit 111ca8dcf8
3 changed files with 6 additions and 5 deletions

View File

@ -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
# 数据库索引

View File

@ -17,7 +17,7 @@ server:
#spring 配置
spring:
profiles:
active: dev
active: prod
freemarker:
cache: false
mvc:

View File

@ -46,7 +46,7 @@
</select>
<select id="findNames" parameterType="map" resultType="map">
select wm_concat(to_char(name)) as "regionNames"
select wm_concat(distinct to_char(b.name)) as "regionNames"
from crm_servicer_ave_info a
left join crm_administrative_info b on a.adcode = b.adcode
where staffId = #{staffId}