From 1d30f9cac62106854305db7f1c2a2191d58beae2 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期二, 12 八月 2025 15:52:22 +0800 Subject: [PATCH] 1、优化批量删除:在批量删除条码类中新增判断aboutGuid是否为有效的uniqueidentifier来判断是否为合并到货条码删除 --- 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