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

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

diff --git a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
index 5015b18..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}

--
Gitblit v1.8.0