企业主体库问题修改

This commit is contained in:
cwchen 2025-11-17 18:39:49 +08:00
parent 98f11db2e6
commit 4325087c78
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
SELECT COUNT(*) AS num FROM tb_enterprise_technical_solution_type WHERE enterprise_id = #{enterpriseId} AND del_flag = '0'
UNION ALL
SELECT COUNT(*) AS num FROM tb_enterprise_tool WHERE enterprise_id = #{enterpriseId} AND del_flag = '0'
UNION ALL
SELECT COUNT(*) AS num FROM tb_enterprise_rejection_item WHERE enterprise_id = #{enterpriseId} AND del_flag = '0'
) A
</select>