Commit 2534bf3f authored by KeYong's avatar KeYong

修改bug

parent 717a6d44
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
IF IF
((( (((
SELECT SELECT
count( `eqlog`.`equipment_specific_id` ) count( `wesa`.`equipment_specific_id` )
FROM FROM
`wl_equipment_specific_alarm_log` `eqlog` `wl_equipment_specific_alarm` `wesa`
WHERE WHERE
( 0 <![CDATA[<>]]> find_in_set( `fs`.`id`, `eqlog`.`system_ids` ) ( 0 <![CDATA[<>]]> find_in_set( `fs`.`id`, `wesa`.`system_ids` )
AND `eqlog`.`status` = 1 AND `eqlog`.clean_time IS NULL)) > 0 AND `wesa`.`status` = 1)) > 0
), ),
'异常', '异常',
'正常' '正常'
......
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