薪酬系统-福利档案结构改造,福利台账核算对于个税扣缴义务人的匹配源调整为福利档案基础信息表

This commit is contained in:
sy 2022-10-10 10:11:30 +08:00
parent 02d1822cff
commit a80c92c907
1 changed files with 2 additions and 2 deletions

View File

@ -381,9 +381,9 @@
<select id="selectEmpByPaymentOrg" resultType="java.lang.Long">
SELECT employee_id
from hrsa_social_archives social
from hrsa_insurance_base_info base
where delete_type = 0
and social.payment_organization = #{paymentOrganization}
and base.payment_organization = #{paymentOrganization}
</select>