Commit 1dd59fe5 authored by suhuiguang's avatar suhuiguang

1.使用登记增统计去掉去重逻辑

parent f33399b8
......@@ -33,7 +33,7 @@
</select>
<select id="countForCylinderCertNum" resultType="java.lang.Long">
SELECT
count(DISTINCT(a.use_unit_credit_code)) as num
count(a.use_unit_credit_code) as num
FROM
"tzs_jg_use_registration_manage" a,
privilege_company c
......
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