Commit 1289e612 authored by zhengjiangtao's avatar zhengjiangtao

CSFAS-944 【消防指挥】实景监控>沙盘模式,应不显示已删除状态的风险点(附图

parent 5578c503
...@@ -955,7 +955,7 @@ ...@@ -955,7 +955,7 @@
<if test="abnormalStatus != false"> <if test="abnormalStatus != false">
AND p.status in ('0','2','3') AND p.status in ('0','2','3')
</if> </if>
AND p.coordinates != '' AND p.coordinates is not null AND p.coordinates != '' AND p.coordinates is not null AND p.is_delete = 0
UNION ALL UNION ALL
select select
fe.id, fe.id,
......
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