From c4cbaf63017e1ab5bd8b5162ff2ff0e29ff8d1b0 Mon Sep 17 00:00:00 2001 From: majian <780924089@qq.com> Date: Fri, 30 Aug 2024 17:36:06 +0800 Subject: [PATCH] 1 --- WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs index 9303fbf3..43a3659a 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs @@ -37,7 +37,7 @@ namespace Tnb.WarehouseMgr [ServiceModule(BizTypeId)] public class WmsPrdInstockHService : BaseWareHouseService { - private const string BizTypeId = "34467501190677"; + private const string BizTypeId = WmsWareHouseConst.BIZTYPE_WMSPRDINSTOCK_ID; private readonly ISqlSugarClient _db; private readonly IRunService _runService; private readonly IVisualDevService _visualDevService; @@ -124,9 +124,13 @@ namespace Tnb.WarehouseMgr { scwarehouse_id = "0202010202"; } + else if (type == DictConst.PrdMoTypeZZ) + { + scwarehouse_id = "0204010402"; + } else if (type == DictConst.PrdMoTypeBZ) { - + scwarehouse_id = "0204010402"; } #endregion foreach (WmsPrdInstockDInput prdInstockDInput in input.prdInstockDs)