Commit d1234c69 authored by tianyiming's avatar tianyiming

修改8747

parent bac2a33c
......@@ -2127,8 +2127,11 @@
count(1)
FROM
`wl_equipment_specific` `wes`
WHERE
0 != find_in_set(
LEFT JOIN wl_equipment e ON wes.`equipment_code` = e.`code`
WHERE
e.is_iot = 1
and
0 != find_in_set(
`fs`.`id`,
`wes`.`system_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