From b23d80cdbc375643e6a94122c6507fca79e18103 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 18 九月 2025 17:28:58 +0800
Subject: [PATCH] 新增要求出发时间

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

diff --git a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
index 4864194..ad20c35 100644
--- a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
+++ b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
@@ -532,7 +532,7 @@
         </foreach>
     </update>
     <update id="updeteCwData">
-        update pending_settlement_business set IS_SYNC = 1
+        update tms_shipment set IS_SYNC = 1
         where ID in
         <foreach item="id" collection="array" open="(" separator="," close=")">
             #{id}
@@ -561,11 +561,7 @@
     </update>
     <update id="updateEstimatedReceivableBillStatus">
         UPDATE pending_settlement_business
-        SET
-        is_create = 1,
-        bill_id = #{id},
-        bill_name = #{billName},
-        related_bill_status = 1,
+        SET related_bill_status = #{status}
         WHERE dispatch_no IN
         <foreach item="item" collection="list" open="(" separator="," close=")">
             #{item}

--
Gitblit v1.8.0