From e137345986a3cb78a9b968ce663ef090d8a6b422 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 14 八月 2025 17:34:08 +0800 Subject: [PATCH] 领料模块 --- WebApi/Gs.Wom/Service/MesScrkDjManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebApi/Gs.Wom/Service/MesScrkDjManager.cs b/WebApi/Gs.Wom/Service/MesScrkDjManager.cs index e6790b8..674ce74 100644 --- a/WebApi/Gs.Wom/Service/MesScrkDjManager.cs +++ b/WebApi/Gs.Wom/Service/MesScrkDjManager.cs @@ -158,7 +158,7 @@ cmd.CommandType = CommandType.StoredProcedure; SqlParameter[] parameters = { - new("@outMsg", SqlDbType.NVarChar, 2500), + new("@outMsg", SqlDbType.NVarChar, 2500), new("@outSum", SqlDbType.Int), new("@inEdtUserGuid", _userGuid), new("@inOrderGuid", _guid), -- Gitblit v1.9.3