From 2db76f2066701cbe292f206ad49a7f8523b8aa9f Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期五, 14 八月 2026 16:30:25 +0800
Subject: [PATCH] feat:银行流水关联多个合同,新增预收款开票,所有List校验调整为ColUtil

---
 platformx-business-finance-biz/src/main/resources/mapper/DeliveryOverdueMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/platformx-business-finance-biz/src/main/resources/mapper/DeliveryOverdueMapper.xml b/platformx-business-finance-biz/src/main/resources/mapper/DeliveryOverdueMapper.xml
index 79d31c8..5240901 100644
--- a/platformx-business-finance-biz/src/main/resources/mapper/DeliveryOverdueMapper.xml
+++ b/platformx-business-finance-biz/src/main/resources/mapper/DeliveryOverdueMapper.xml
@@ -27,6 +27,7 @@
 			t.id,
 			t.bus_guest_name,
 			t.bus_guest_id,
+			t1.contract_no,
 			t.contract_name,
 			t.contract_id,
 			t.material_name,
@@ -52,7 +53,7 @@
 			and t2.area_id = #{queryDTO.areaId}
 		</if>
 		<if test="queryDTO.industryId !=null and queryDTO.industryId !=''">
-			and t2.industry_id = #{queryDTO.industryId}
+			and t1.industry_code = #{queryDTO.industryId}
 		</if>
 		<if test="queryDTO.partyB !=null and queryDTO.partyB !=''">
 			and t1.party_b LIKE CONCAT('%', #{queryDTO.partyB}, '%')

--
Gitblit v1.9.1