薪酬系统-福利档案结构改造,福利台账核算对于个税扣缴义务人的匹配源调整为福利档案基础信息表
This commit is contained in:
parent
02d1822cff
commit
a80c92c907
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue