fix 83208 会员统计--单位分类统计--没有显示,阻塞回归

This commit is contained in:
lijiarao
2024-03-29 13:42:39 +08:00
parent bb771e7e29
commit 2762d1db0b
@@ -119,6 +119,7 @@
SELECT max(invalidation_date), id
FROM tb_member_project_subitem
where current_date BETWEEN effective_date and invalidation_date
and member_nature is not null
GROUP BY company_id) AS t2 ON t2.id = t1.id
</select>