Commit cf0e3ab6 authored by 高建强's avatar 高建强

Merge remote-tracking branch 'origin/develop_dl_plan6_temp' into develop_dl_plan6_temp

parents 8ccbfb38 100f71b1
......@@ -499,11 +499,12 @@
si.update_date,
si.equipment_index_key,
si.equipment_specific_name,
es.position location,
CONCAT_WS('-', es.position, wled.area) AS location, /*告警列表拼接详细地址*/
es.`iot_code` AS iotCode
FROM
wl_equipment_specific_index si
LEFT JOIN wl_equipment_specific es ON si.equipment_specific_id = es.id
LEFT JOIN wl_equipment_detail wled ON es.equipment_detail_id = wled.id
<where>
<if test="list != null and list.size > 0 and type = 'id'">
si.equipment_index_key IN
......
......@@ -759,7 +759,6 @@
<if test='equipmentId != null'>
and wlesal.equipment_id=#{equipmentId}
</if>
and wlesal.status = true
</where>
) d
<where>
......
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