From fb42ab9f65d1cbce9efbf4dcaf07282ad0cc1fbf Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Tue, 27 Aug 2024 11:35:28 +0800 Subject: [PATCH] =?UTF-8?q?is=5Fcheck=20=E6=94=B9=E6=88=90=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryInfoOutput.cs | 2 +- .../Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.part.cs | 2 +- WarehouseMgr/Tnb.WarehouseMgr/WmsMaterialSignHService.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryInfoOutput.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryInfoOutput.cs index 4a49a883..d6d6e518 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryInfoOutput.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryInfoOutput.cs @@ -63,7 +63,7 @@ /// /// 是否检验 /// - public int is_check { get; set; } + public string is_check { get; set; } /// /// 来源单据ID diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.part.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.part.cs index 088cfcb0..eff8a4e7 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.part.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.part.cs @@ -32,7 +32,7 @@ public partial class WmsCarryCode /// 是否检验 /// [SugarColumn(IsIgnore = true)] - public int is_check { get; set; } + public string is_check { get; set; } /// /// 检验结论 /// diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsMaterialSignHService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsMaterialSignHService.cs index a425afee..62eef7b1 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsMaterialSignHService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsMaterialSignHService.cs @@ -330,7 +330,7 @@ namespace Tnb.WarehouseMgr thirdWebapiRecord.third_name = WmsWareHouseConst.BIP; thirdWebapiRecord.name = "调拨出库"; thirdWebapiRecord.method = "POST"; - thirdWebapiRecord.url = config.value + "uapws/rest/transIn/save"; + thirdWebapiRecord.url = config.value + "uapws/rest/transOut/save"; // thirdWebapiRecord.url = WmsWareHouseConst.BIP_DOMAIN + "uapws/rest/transIn/save"; thirdWebapiRecord.request_data = JsonConvert.SerializeObject(requestData); thirdWebapiRecord.create_time = DateTime.Now;