From d0d2d7b70d3e7c4ea256b4a67375f6f58ca9c187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Mon, 1 Dec 2025 15:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E6=99=BA=E5=B0=81=E5=AD=98=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/siaccount/InsuranceAccountBatchMapper.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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