From d3fbed2682a58e3bc0f3f6ffaa960f990f1a566d Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期二, 05 八月 2025 17:35:22 +0800
Subject: [PATCH] 最新提交

---
 WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs b/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs
index 638225b..5a68480 100644
--- a/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs
+++ b/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs
@@ -256,10 +256,7 @@
                         new("@outSum", SqlDbType.Int),
                         new("@outGuid", SqlDbType.UniqueIdentifier),
                         new("@outNo", SqlDbType.NVarChar, 300),
-                        new("@inOrderGuid",
-                            UtilityHelper.CheckGuid(guid)
-                                ? guid
-                                : DBNull.Value),
+                        new("@inOrderGuid",  UtilityHelper.CheckGuid(guid)  ? guid  : DBNull.Value),
                         new("@inShdh", shDh),
                         new("@inBz", bz),
                         new("@inGysId", gysId),

--
Gitblit v1.9.3