diff --git a/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml b/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml index 4b45cb2f3..f4cfb4ad0 100644 --- a/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml +++ b/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml @@ -19,6 +19,7 @@ + @@ -42,6 +43,7 @@ , t.update_time , t.tenant_key , t.payment_organization + , t.fc #{billMonth}, @@ -83,6 +86,7 @@ #{updateTime}, #{tenantKey}, #{paymentOrganization}, + #{fc}, @@ -111,6 +115,7 @@ update_time, tenant_key, payment_organization, + fc, #{billMonth}, @@ -129,6 +134,7 @@ #{updateTime}, #{tenantKey}, #{paymentOrganization}, + #{fc}, @@ -235,7 +241,10 @@ other_pay=#{otherPay}, - bill_status=#{billStatus} + bill_status=#{billStatus}, + + + fc=#{fc} WHERE id = #{id} AND delete_type = 0