Commit 513bd360 authored by 麻笑宇's avatar 麻笑宇

大屏监管中间地图登记证总量去除状态过滤

parent 6beb2061
...@@ -534,8 +534,7 @@ ...@@ -534,8 +534,7 @@
tzs_jg_use_registration_manage A tzs_jg_use_registration_manage A
INNER JOIN privilege_company C ON A.receive_company_code = C.company_code INNER JOIN privilege_company C ON A.receive_company_code = C.company_code
WHERE WHERE
A.certificate_status = '已登记' C.org_code LIKE concat ( #{orgCode}, '%' )
AND C.org_code LIKE concat ( #{orgCode}, '%' )
</select> </select>
<select id="useCountByOrgCode" resultType="java.lang.Long"> <select id="useCountByOrgCode" resultType="java.lang.Long">
......
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