From 04495bb84d36ade1a78b9119b369c315c4ccd2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E6=99=94?= Date: Wed, 2 Aug 2023 18:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=A3=E6=96=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WMS-BS/NFine.Application/WMS/PickMaterialApp.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs index bcfcd5b..d9eea8d 100644 --- a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs +++ b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs @@ -2154,15 +2154,10 @@ c.Sequence, callresult = HTTPHelper.RestFulGet(InspectJosn, postUrlStr); #region 货柜接口调用后日志 logsql = @"update ICSWMS_HGLog set ReturnResult='{0}' - where ID='{1}'"; + where ID='{1}'"; logsql = string.Format(logsql, callresult, logID); SqlHelper.CmdExecuteNonQueryLi(logsql); #endregion - //if (!callresult.Contains("successo")) - //{ - // ICSHGResult hgresult = JsonConvert.DeserializeObject(callresult.TrimStart('[').TrimEnd(']')); - // throw new Exception("货柜单据传输接口调用报错,主要报错信息:" + hgresult.PrimaryError + ",次要报错信息:" + hgresult.SecondaryError + ""); - //} } } #endregion