From 9b324ec60676c0ef77af1984ff81fb1e166fb3ed Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 25 Jul 2023 13:45:02 +0800 Subject: [PATCH] =?UTF-8?q?wmsCarryService=E8=BF=94=E5=9B=9E=E5=80=BC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsCarryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryService.cs index 5aa85612..4c6f2c0b 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryService.cs @@ -158,7 +158,7 @@ namespace Tnb.WarehouseMgr [NonAction] public async Task UpdateNullCarry(WmsCarryH carryObj, Func> updateTask = null, [CallerMemberName] string original = "") { - var row = 1; + var row = -1; try { carryObj.status = 0;