From 2030ac67543e65073ee45eaa21934c09db9806f0 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期四, 18 十二月 2025 14:18:45 +0800
Subject: [PATCH] CancelMoveTask取消AGV移库任务去除仓库限制

---
 Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
index 5c434a4..10da52c 100644
--- a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
+++ b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -746,7 +746,7 @@
                         VBELN = notice.OrderCode,
                         WERKS = notice.CustomerNo,
                         LFART = notice.Type,
-                        WADAT_IST = Convert.ToDateTime(notice.CompleteTime).ToString("yyyy-MM-dd"),
+                        WADAT_IST = Convert.ToDateTime(notice.UpdateTime).ToString("yyyy-MM-dd"),
                         ITEM = list
                     };
                     #region 閫氳繃鎺ュ彛鍙戦�佽嚦erp

--
Gitblit v1.8.0