From cd11bc80579a629e8ab6f9ee9e1cd982f4396408 Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期三, 12 八月 2026 10:02:07 +0800
Subject: [PATCH] feat:银行流水绑定合同问题 出库单据查看 历史当前逾期新增删除去掉 完成开票隐藏开票按钮  出库业务单据文件类型

---
 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