From 533df0275a3090951af5d3bf8f5fdbeea2ce44b8 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 17 一月 2025 09:42:11 +0800
Subject: [PATCH] WCS出库完成接口修改,PDA的AGV转运调度小车修改

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

diff --git a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
index 71613e4..e9f2244 100644
--- a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
+++ b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -2251,8 +2251,8 @@
                 var outLine = "";
                 if (userId == 0)
                 {
-                    TtaskNo = taskNo.Substring(0, taskNo.Length - 4);
-                    outLine = taskNo.Substring(taskNo.Length - 4, 3);
+                    TtaskNo = taskNo.Substring(0, taskNo.Length - 3);
+                    outLine = taskNo.Substring(taskNo.Length - 3, 3);
                 }
                 //褰撳墠浠诲姟淇℃伅
                 var task = Db.Queryable<LogTask>().First(m => m.TaskNo == TtaskNo && m.IsDel == "0");

--
Gitblit v1.8.0