This commit is contained in:
mashuai 2025-04-17 09:46:59 +08:00
parent aeec8abf41
commit dd107d2b33
6 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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