Commit 4410ea52 authored by tianyiming's avatar tianyiming

特设大屏-气瓶页面-区域统计添加删除企业过滤

parent 544c1ba8
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
where where
unit_type LIKE'%充装单位%' unit_type LIKE'%充装单位%'
and supervise_org_code like concat(#{orgCode},'%') and supervise_org_code like concat(#{orgCode},'%')
and is_delete = '0'
</select> </select>
<select id="queryUserRegisterCertAppPercent" resultType="java.lang.String"> <select id="queryUserRegisterCertAppPercent" resultType="java.lang.String">
select 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