From 6ed9adbcf4011e7b5cc09eb7564b5c116daf9c67 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 25 十二月 2025 10:29:26 +0800
Subject: [PATCH] 增加自动退补料(未做完)
---
WebApi/Gs.Wom/Service/WompbaManager.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/WebApi/Gs.Wom/Service/WompbaManager.cs b/WebApi/Gs.Wom/Service/WompbaManager.cs
index 321194e..1a0f410 100644
--- a/WebApi/Gs.Wom/Service/WompbaManager.cs
+++ b/WebApi/Gs.Wom/Service/WompbaManager.cs
@@ -155,7 +155,10 @@
+ m.Bz + _split
+ m.Pcsl + _split
+ m.Yjwgsj + _split
- + (CheckGuid(_guid)? _guid: Guid.Empty.ToString());
+ + (CheckGuid(_guid)? _guid: Guid.Empty.ToString()) + _split
+ + m.IsZddb + _split
+ + m.DepotId + _split
+ + m.DepotSections;
if (_sb.Length > 0)
_sb.Append("~");
_sb.Append(_line);
--
Gitblit v1.9.3