This commit is contained in:
parent
aeec8abf41
commit
dd107d2b33
|
|
@ -10,11 +10,11 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,11 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,11 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,11 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
|
||||||
|
|
@ -49,5 +49,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
||||||
AND iad.create_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime}, ' 23:59:59')
|
AND iad.create_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime}, ' 23:59:59')
|
||||||
</if>
|
</if>
|
||||||
|
ORDER BY iad.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
@ -21,11 +21,11 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 192.168.1.2:8848
|
server-addr: 192.168.0.58:8848
|
||||||
namespace: sgzb_cloud_prod
|
namespace: sgzb_cloud_prod
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue