0323海宁预警修改

This commit is contained in:
2026-03-23 16:50:18 +08:00
parent 6c3db8497b
commit b131290459
2 changed files with 2 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from work_record from work_record
<where> <where>
is_alter = 1 is_alter = 1
and read_time is null
and user_name= #{username} and user_name= #{username}
<if test="status != null and status != ''"> <if test="status != null and status != ''">
and status = #{status} and status = #{status}

View File

@@ -80,7 +80,7 @@ spring:
# 地址 # 地址
host: 116.62.17.81 host: 116.62.17.81
# 端口默认为6379 # 端口默认为6379
port: 6380 port: 6379
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码