Commit 7df4932e authored by zhangsen's avatar zhangsen

bug修改

parent dd8d1ad3
...@@ -2587,7 +2587,7 @@ ...@@ -2587,7 +2587,7 @@
wed.equipment_id wed.equipment_id
) a ) a
LEFT JOIN wl_equipment_specific_alarm wesa ON wesa.equipment_id = a.equipmentId LEFT JOIN wl_equipment_specific_alarm wesa ON wesa.equipment_id = a.equipmentId
AND wesa.`status` = 1 AND wesa.`status` = 1 and FIND_IN_SET( #{id}, wesa.system_ids ) > 0
GROUP BY GROUP BY
a.equipmentId a.equipmentId
) b ) b
......
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