Commit 0877e5df authored by KeYong's avatar KeYong

修改消防系统状态展示由异常-->告警

parent 3427aa01
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
( 0 <![CDATA[<>]]> find_in_set( `fs`.`id`, `wesa`.`system_ids` ) ( 0 <![CDATA[<>]]> find_in_set( `fs`.`id`, `wesa`.`system_ids` )
AND `wesa`.`status` = 1)) > 0 AND `wesa`.`status` = 1)) > 0
), ),
'异常', '告警',
'正常' '正常'
) AS `status` ) AS `status`
FROM FROM
......
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