From 38f72bd4d09902042934c24a84a8724dd2cbd1f1 Mon Sep 17 00:00:00 2001 From: FanLian Date: Thu, 13 Jul 2023 15:30:42 +0800 Subject: [PATCH] bug --- WarehouseMgr/Tnb.WarehouseMgr/WmsSignForDeliveryService.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsSignForDeliveryService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsSignForDeliveryService.cs index dd4dc423..2d27effd 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsSignForDeliveryService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsSignForDeliveryService.cs @@ -82,9 +82,6 @@ namespace Tnb.WarehouseMgr loc.is_use = ((int)EnumCarryStatus.空闲).ToString(); await _db.Updateable(loc).UpdateColumns(it => it.is_use).ExecuteCommandAsync(); } - carry.location_id = null; - carry.location_code = null; - await _db.Updateable(carry).UpdateColumns(it => new { it.location_id, it.location_code }).ExecuteCommandAsync(); WmsDistaskH? disTask = null; if (!input.disTaskId.IsNullOrEmpty()) {