申报表支持跨扣缴义务人
This commit is contained in:
parent
0b90f4890e
commit
e788f3dd37
|
|
@ -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>
|
||||
Loading…
Reference in New Issue