From 254a2998c07916de66c464928bbb1beeacfe72d6 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 15 八月 2025 10:50:27 +0800
Subject: [PATCH] 新增移除

---
 service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
index 1516884..7d18ae6 100644
--- a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
+++ b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
@@ -55,7 +55,7 @@
         <result property="updateTime"    column="update_time"    />
         <result property="isCreate"    column="is_create"    />
         <result property="billId"    column="bill_id"    />
-        <result property="billId"    column="bill_name"    />
+        <result property="billName"    column="bill_name"    />
     </resultMap>
 
     <sql id="selectPendingSettlementBusinessVo">
@@ -272,6 +272,10 @@
     </select>
     <select id="selectCustomName" resultType="java.lang.String">
         SELECT customer_name from pending_settlement_business group by customer_name
+
+    </select>
+    <select id="selectPendingSettlementBusinessDispatchNos" resultType="java.lang.String">
+        SELECT dispatch_no from pending_settlement_business where  bill_id =    #{id}
 
     </select>
 
@@ -532,5 +536,9 @@
             #{id}
         </foreach>
     </delete>
+    <delete id="cancelRelevancy">
+         UPDATE pending_settlement_business set bill_id = null ,bill_name = null
+         where id = #{id}
+    </delete>
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0