Commit 08428423 authored by 刘林's avatar 刘林

fix(Statistics):登记证数量查询Bug修改

parent e180de25
...@@ -314,6 +314,7 @@ ...@@ -314,6 +314,7 @@
WHERE WHERE
C.org_code LIKE concat ( #{orgCode}, '%' ) C.org_code LIKE concat ( #{orgCode}, '%' )
and A.certificate_status = '已登记' and A.certificate_status = '已登记'
and A.is_delete = 0
</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