fix 83208 会员统计--单位分类统计--没有显示,阻塞回归
This commit is contained in:
+1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user