From b88a288f4f787b509463678e3cd9ccfa3f37014b Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 11 三月 2026 12:01:05 +0800
Subject: [PATCH] 导入测试

---
 java110-db/src/main/resources/mapper/store/ContractCollectionDetailServiceDaoImpl.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/store/ContractCollectionDetailServiceDaoImpl.xml b/java110-db/src/main/resources/mapper/store/ContractCollectionDetailServiceDaoImpl.xml
index 17ae3a1..f58e3dc 100644
--- a/java110-db/src/main/resources/mapper/store/ContractCollectionDetailServiceDaoImpl.xml
+++ b/java110-db/src/main/resources/mapper/store/ContractCollectionDetailServiceDaoImpl.xml
@@ -7,10 +7,10 @@
     <insert id="saveContractCollectionDetail" parameterType="Map">
         insert into contract_collection_detail(contract_id, collection_period_start, collection_period_end,
         receivable_money, collection_date, collection_amount,
-        special_reduction, unpaid_money)
+        special_reduction, unpaid_money, charge_type, invoice_receipt_no, white_list_archive_no)
         values (#{contractId}, #{collectionPeriodStart}, #{collectionPeriodEnd},
         #{receivableMoney}, #{collectionDate}, #{collectionAmount},
-        #{specialReduction}, #{unpaidMoney})
+        #{specialReduction}, #{unpaidMoney}, #{chargeType}, #{invoiceReceiptNo}, #{whiteListArchiveNo})
     </insert>
 
     <!-- 鏌ヨ鍚堝悓鏀舵鏄庣粏淇℃伅 add by wuxw 2018-07-03 -->

--
Gitblit v1.8.0