配置文件等
This commit is contained in:
parent
093d05b5ce
commit
111ca8dcf8
|
|
@ -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
|
||||
# 数据库索引
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ server:
|
|||
#spring 配置
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
freemarker:
|
||||
cache: false
|
||||
mvc:
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue