配置文件等

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
# 数据库索引
@ -60,4 +61,4 @@ userinfo:
# 微信支付API调用服务器的IP
wxPayClientIp: 60.204.129.13
# 配置文件路径
configUrl: E:/config/application/config.properties
configUrl: E:/config/application/config.properties

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}
@ -127,4 +127,4 @@
#{item}
</foreach>
</delete>
</mapper>
</mapper>