配置文件等
This commit is contained in:
parent
093d05b5ce
commit
111ca8dcf8
|
|
@ -2,7 +2,8 @@ spring:
|
||||||
#redis
|
#redis
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 121.37.179.211
|
# host: 121.37.179.211
|
||||||
|
host: 192.168.0.199
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
|
|
@ -60,4 +61,4 @@ userinfo:
|
||||||
# 微信支付API调用服务器的IP
|
# 微信支付API调用服务器的IP
|
||||||
wxPayClientIp: 60.204.129.13
|
wxPayClientIp: 60.204.129.13
|
||||||
# 配置文件路径
|
# 配置文件路径
|
||||||
configUrl: E:/config/application/config.properties
|
configUrl: E:/config/application/config.properties
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ server:
|
||||||
#spring 配置
|
#spring 配置
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: prod
|
||||||
freemarker:
|
freemarker:
|
||||||
cache: false
|
cache: false
|
||||||
mvc:
|
mvc:
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="findNames" parameterType="map" resultType="map">
|
<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
|
from crm_servicer_ave_info a
|
||||||
left join crm_administrative_info b on a.adcode = b.adcode
|
left join crm_administrative_info b on a.adcode = b.adcode
|
||||||
where staffId = #{staffId}
|
where staffId = #{staffId}
|
||||||
|
|
@ -127,4 +127,4 @@
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</delete>
|
</delete>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue