From 7c0fa6534b7ff595bd9b3f93e7ff3ebd25602dcc Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期日, 07 九月 2025 00:14:46 +0800
Subject: [PATCH] 1.巡检查询加参数 2.OA切换workflowid-》602 3.委外领料取消发料方式限制

---
 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