Commit 8b1cc1a3 authored by KeYong's avatar KeYong

修改消防炮查询逻辑

parent a462ac64
......@@ -7017,7 +7017,7 @@
<select id="getFireCannonInfo" resultType="Map">
SELECT
wes.id,
DISTINCT wes.id,
wes.name,
CASE WHEN wesi.equipment_index_key = 'CAFS_GunValve_Open' AND wesi.`value` = 'true' THEN '开启'
WHEN wesi.equipment_index_key = 'CAFS_GunValve_Close' AND wesi.`value` = 'true' THEN '关闭' ELSE '关闭' END AS stateValue,
......
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