Commit 941db9d2 authored by 高建强's avatar 高建强

item:修改初始化告警查询

parent 94f12997
......@@ -38,7 +38,7 @@ logging.level.com.yeejoin.amos.fas.business.dao.mapper=debug
#liquibase
spring.liquibase.change-log = classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled= true
param.system.online.date = 2019-02-12
param.system.online.date = 2021-10-12
spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=20MB
......@@ -78,7 +78,7 @@ amos.feign.gennerator.use-gateway=true
autoSys.push.type=mqtt
# 3D告警初始化
autoSys.alarm.nameKeys=fireAlarm,fault,shield
autoSys.alarm.nameKeys=BREAKDOWN,FIREALARM,SHIELD
autoSys.alarm.status=2,3
autoSys.alarm.value=true
......
......@@ -83,7 +83,7 @@
<if test="list != null and list.length > 0">
AND
<foreach collection="list" item="item" index="index" open="(" close=")" separator="OR">
wei.name_key = #{item}
wei.type_code = #{item}
</foreach>
</if>
GROUP BY
......
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