Commit 4976bb6d authored by 张森's avatar 张森

系统弹窗 右上角的那个饼图接口请求慢

parent f849ef13
...@@ -7213,7 +7213,7 @@ ...@@ -7213,7 +7213,7 @@
t1.id AS id, t1.id AS id,
t2.name AS name, t2.name AS name,
t1.system_type_code, t1.system_type_code,
(SELECT count(1) FROM wl_equipment_specific_alarm_log t WHERE 0 <![CDATA[<>]]> find_in_set( t1.id, t.system_ids ) AND t.clean_time IS NULL) AS value (SELECT count(1) FROM wl_equipment_specific_alarm t WHERE 0 <![CDATA[<>]]> find_in_set( t1.id, t.system_ids ) AND t.status = 1) AS value
FROM FROM
f_fire_fighting_system t1 f_fire_fighting_system t1
LEFT JOIN wl_equipment_category t2 on t1.system_type = t2.id LEFT JOIN wl_equipment_category t2 on t1.system_type = t2.id
......
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