Commit 873089af authored by lizehua's avatar lizehua

首页火灾告警

parent ec766456
......@@ -498,7 +498,7 @@
left join wl_equipment_category as cate on equ.category_id = cate.id
WHERE ala.status = true
AND (ala.org_code = #{orgCode} OR ala.org_code like CONCAT(#{orgCode},'-%'))
AND ala.type = 'alarm_type_fire'
AND ala.type = 'FIREALARM'
ORDER BY ala.update_date DESC
limit 0,5
</select>
......
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