申报表支持跨扣缴义务人

This commit is contained in:
钱涛 2024-09-03 14:46:08 +08:00
parent 0b90f4890e
commit e788f3dd37
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@
SELECT
<include refid="baseColumns"/>
FROM hrsa_salary_sob t
WHERE t.delete_type = 0 and t.id = (select sob_id from hrsa_sob_tax_link where delete_type=0 and tax_agent_id=#{taxAgentId})
WHERE t.delete_type = 0 and t.id in (select sob_id from hrsa_sob_tax_link where delete_type=0 and tax_agent_id=#{taxAgentId})
</select>
</mapper>