Commit 49c626cb authored by suhuiguang's avatar suhuiguang

1.增加过滤点的删除状态-全景监控

parent f57a1dcb
......@@ -272,6 +272,7 @@
WHERE
a.`is_ok` IN ('2', '3')
AND a.point_id = b.id
and b.is_delete = false
and DATE_FORMAT(a.check_time,'%Y-%m-%d') = #{date}
and a.org_code = #{orgCode}
</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