Commit 822577b8 authored by chenzhao's avatar chenzhao

大屏 管网压力问题描述补全sql修改

parent f97a4f39
......@@ -1504,10 +1504,8 @@
wlesa.id,
wlesa.biz_org_name AS bizOrgName,
concat( wlesa.equipment_specific_name, wlesa.equipment_specific_index_name ) AS alamContent,
IF
( wlesa.recovery_date IS NULL, '未确认', '已确认' ) handleStatus,
IF
( wlesa.`status` = 0, '已消除', '未消除' ) cleanStatus,
IF (wlesa.confirm_type IS NULL, '未确认', '已确认') handleStatus,
IF (wlesa.clean_time IS NOT NULL, '已消除', '未消除' ) cleanStatus,
wlesa.equipment_index_id AS fireEquipmentIndexId,
fs.CODE AS systemCode,
wlesa.equipment_specific_index_key AS fireEquipmentSpecificIndexKey,
......
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