From 21659115b074bad8eacf379b8a4c97f6de7289b6 Mon Sep 17 00:00:00 2001 From: hlb <894797954@qq.com> Date: Sat, 18 Nov 2023 15:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=BA=93=E6=97=B6=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E4=B8=BA=20=E8=BD=BD=E5=85=B7=E7=A7=BB=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs index 53e6c2d8..1ef4e5e4 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs @@ -987,7 +987,7 @@ namespace Tnb.WarehouseMgr [nameof(WmsPointH.location_id)] = outStockH.location_id, [nameof(WmsCarryD.carry_id)] = input.carryIds.First(), [nameof(WmsCarryH.carry_code)] = carry.carry_code, - [nameof(WmsHandleH.biz_type)] = input.bizTypeId, + [nameof(WmsHandleH.biz_type)] = WmsWareHouseConst.BIZTYPE_CARRYMOVEINSTOCK_ID, [nameof(WmsHandleH.create_id)] = _userManager.UserId, [nameof(WmsHandleH.create_time)] = DateTime.Now, [nameof(WmsMoveInstock.status)] = WmsWareHouseConst.BILLSTATUS_ADD_ID,