Commit 06bada17 authored by KeYong's avatar KeYong

更新

parent 6504f354
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
concat(wlesal.equipment_specific_name,wlesal.equipment_specific_index_name) as alamContent, concat(wlesal.equipment_specific_name,wlesal.equipment_specific_index_name) as alamContent,
if(confirm_type is null,'未处理','已处理') handleStatus, if(confirm_type is null,'未处理','已处理') handleStatus,
IF ( IF (
wlesal.clean_time <![CDATA[<>]]> '', wlesal.clean_time IS NOT NULL,
'已消除', '已消除',
'未消除' '未消除'
) cleanStatus, ) cleanStatus,
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
'去确认' '去确认'
) handleStatus, ) handleStatus,
IF ( IF (
wlesal.clean_time <![CDATA[<>]]> '', wlesal.clean_time IS NOT NULL,
'已消除', '已消除',
'未消除' '未消除'
) cleanStatus, ) cleanStatus,
......
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