Commit f1a3c00c authored by hezhen's avatar hezhen

Merge branch 'master-tiande' into master_tiande_company

parents 17ea6089 47177d96
......@@ -16,6 +16,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -5,6 +5,7 @@ spring:
nacos:
discovery:
server-addr: 127.0.0.1:8848
namespace: tiande_spcloud
server:
port: 8764 #启动端口
......
......@@ -19,6 +19,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -18,7 +18,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -240,7 +240,7 @@
<if test="realName !=null and realName != ''">
and d.realname like CONCAT('%',#{realName},'%')
</if>
<if test="citySet != null ">
<if test="citySet != null and citySet.size > 0 ">
and d.city_code in
<foreach collection="citySet" item="item" index="index" open="(" separator="," close=")">
#{item}
......
......@@ -26,6 +26,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -26,6 +26,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -16,7 +16,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -26,6 +26,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -16,7 +16,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,+ mongodb日志配置
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
#---
#spring:
# profiles: pro
......
......@@ -26,6 +26,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -37,6 +37,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -17,6 +17,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -27,6 +27,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -17,6 +17,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
......@@ -26,7 +26,7 @@ spring:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
namespace: tiande_spcloud
---
spring:
profiles: pro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment