From 430f4df6519253ffaf49f2d098ac1df77aa5891e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 11 九月 2025 14:43:02 +0800
Subject: [PATCH] 销售出库添加一行'制单人'

---
 service/Wom/WwGdManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/Wom/WwGdManager.cs b/service/Wom/WwGdManager.cs
index 777d7dc..dd7f308 100644
--- a/service/Wom/WwGdManager.cs
+++ b/service/Wom/WwGdManager.cs
@@ -169,7 +169,7 @@
                         JoinType.Inner, b.Erpid.ToString() == d.ErpId
                     ))
             .Where((a, b, c, d) =>
-                a.Daa001 == query.daa001 && d.IssuingMethod == "1")
+                a.Daa001 == query.daa001 )
             .Select((a, b, c, d) => new WwGdDetail
             {
                 Pid = b.Pid,

--
Gitblit v1.9.3