Commit 1df80e59 authored by 麻笑宇's avatar 麻笑宇

1.修改大屏总览企业统计卡片和列表数量不一致

parent 33ffa902
......@@ -12,6 +12,7 @@
) AS subquery
JOIN tz_base_enterprise_info bi ON bi.supervise_org_code LIKE CONCAT(subquery.org_code, '%')
where bi.unit_type is not null
and bi.is_delete = 0
</select>
<select id="testOrg" resultType="java.util.Map">
SELECT COUNT(1),
......
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