From bacfa63c6b3a7ff49903695f5faddee4e0d72eee Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Wed, 1 Mar 2023 16:22:52 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=8A=A0=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E6=9F=A5=E8=AF=A2=E3=80=81=E5=AE=9E=E5=90=8D=E5=88=B6?= =?UTF-8?q?=E7=8F=AD=E7=BB=84=E5=90=8C=E6=AD=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/Person/Person_PersonsService.cs | 6 +- SGGL/BLL/ZHGL/RealName/SynchroSetService.cs | 2 + SGGL/FineUIPro.Web/ErrLog.txt | 3665 ----------------- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- .../Person/CompanyPerson.aspx.cs | 2 +- .../FineUIPro.Web/Person/DepartPerson.aspx.cs | 2 +- SGGL/FineUIPro.Web/Person/PersonLib.aspx | 1 + SGGL/FineUIPro.Web/Person/PersonLib.aspx.cs | 2 +- .../Person/PersonLib.aspx.designer.cs | 9 + .../ZHGL/RealName/BasicData.aspx | 2 +- 10 files changed, 22 insertions(+), 3671 deletions(-) diff --git a/SGGL/BLL/Person/Person_PersonsService.cs b/SGGL/BLL/Person/Person_PersonsService.cs index db55b90a..3e3df304 100644 --- a/SGGL/BLL/Person/Person_PersonsService.cs +++ b/SGGL/BLL/Person/Person_PersonsService.cs @@ -45,7 +45,7 @@ namespace BLL /// 人员类型 /// /// - public static IEnumerable getListData(string unitId, string departId, string projetcId, string name, string idCard, string isPost, string personType, Grid Grid1) + public static IEnumerable getListData(string unitId, string departId, string projetcId, string name, string idCard, string isPost, string personType,string account, Grid Grid1) { IQueryable getDataList = getDataLists.OrderBy(x => x.UnitId).ThenBy(x => x.DepartId); if (!string.IsNullOrEmpty(unitId) && unitId != Const._Null) @@ -72,6 +72,10 @@ namespace BLL { getDataList = getDataList.Where(e => e.PersonName.Contains(name)); } + if (!string.IsNullOrEmpty(account)) + { + getDataList = getDataList.Where(e => e.Account.Contains(account)); + } if (!string.IsNullOrEmpty(idCard)) { getDataList = getDataList.Where(e => e.IdentityCard.Contains(idCard)); diff --git a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs index 686d588d..e61322ac 100644 --- a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs +++ b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs @@ -890,6 +890,7 @@ namespace BLL var getCollTeam = (from x in Funs.DB.ProjectData_TeamGroup join y in Funs.DB.Base_Project on x.ProjectId equals y.ProjectId join z in Funs.DB.RealName_Project on y.ContractNo equals z.ProCode + join p in Funs.DB.Project_ProjectUnit on new { x.UnitId, x.ProjectId } equals new { p.UnitId, p.ProjectId } join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId join s in Funs.DB.SitePerson_Person on x.GroupLeaderId equals s.PersonId into jonPerson from s in jonPerson.DefaultIfEmpty() @@ -897,6 +898,7 @@ namespace BLL && (proCode == null || y.ContractNo == proCode) && u.CollCropCode != null && u.CollCropCode != "" && z.JTproCode != null + && p.UnitType != Const.ProjectUnitType_3 && p.UnitType != Const.ProjectUnitType_4 select new { proCode = z.JTproCode, diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt index f49adb02..e69de29b 100644 --- a/SGGL/FineUIPro.Web/ErrLog.txt +++ b/SGGL/FineUIPro.Web/ErrLog.txt @@ -1,3665 +0,0 @@ - -错误信息开始=====> -错误类型:ArgumentException -错误信息:列“Capacity”不属于表 。 -错误堆栈: - 在 System.Data.DataRow.GetDataColumn(String columnName) - 在 System.Data.DataRow.get_Item(String columnName) - 在 BLL.Funs.TableToEntity[T](DataTable dt) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 1074 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.InitTreeMenu() 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 164 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.Page_Load(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 24 - 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) - 在 System.EventHandler.Invoke(Object sender, EventArgs e) - 在 System.Web.UI.Control.OnLoad(EventArgs e) - 在 System.Web.UI.Control.LoadRecursive() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:02/20/2023 16:24:35 -出错文件:http://localhost:8899/HJGL/DataImport/MaterialInformation.aspx -IP地址:::1 -操作人员:JT - -出错时间:02/20/2023 16:24:35 - - -错误信息开始=====> -错误类型:ArgumentException -错误信息:列“Capacity”不属于表 。 -错误堆栈: - 在 System.Data.DataRow.GetDataColumn(String columnName) - 在 System.Data.DataRow.get_Item(String columnName) - 在 BLL.Funs.TableToEntity[T](DataTable dt) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 1074 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.InitTreeMenu() 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 164 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.Page_Load(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 24 - 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) - 在 System.EventHandler.Invoke(Object sender, EventArgs e) - 在 System.Web.UI.Control.OnLoad(EventArgs e) - 在 System.Web.UI.Control.LoadRecursive() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:02/20/2023 16:26:15 -出错文件:http://localhost:8899/HJGL/DataImport/MaterialInformation.aspx -IP地址:::1 -操作人员:JT - -出错时间:02/20/2023 16:26:15 - - -错误信息开始=====> -错误类型:ArgumentException -错误信息:列“Capacity”不属于表 。 -错误堆栈: - 在 System.Data.DataRow.GetDataColumn(String columnName) - 在 System.Data.DataRow.get_Item(String columnName) - 在 BLL.Funs.TableToEntity[T](DataTable dt) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 1074 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.InitTreeMenu() 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 164 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.Page_Load(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 24 - 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) - 在 System.EventHandler.Invoke(Object sender, EventArgs e) - 在 System.Web.UI.Control.OnLoad(EventArgs e) - 在 System.Web.UI.Control.LoadRecursive() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:02/20/2023 16:29:36 -出错文件:http://localhost:8899/HJGL/DataImport/MaterialInformation.aspx -IP地址:::1 -操作人员:JT - -出错时间:02/20/2023 16:29:36 - - -错误信息开始=====> -错误类型:ArgumentException -错误信息:列“PipelineCode”不属于表 。 -错误堆栈: - 在 System.Data.DataRow.GetDataColumn(String columnName) - 在 System.Data.DataRow.get_Item(String columnName) - 在 BLL.Funs.TableToEntity[T](DataTable dt) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 1074 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.InitTreeMenu() 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 164 - 在 FineUIPro.Web.HJGL.DataImport.MaterialInformation.Page_Load(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\DataImport\MaterialInformation.aspx.cs:行号 24 - 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) - 在 System.EventHandler.Invoke(Object sender, EventArgs e) - 在 System.Web.UI.Control.OnLoad(EventArgs e) - 在 System.Web.UI.Control.LoadRecursive() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:02/20/2023 16:31:50 -出错文件:http://localhost:8899/HJGL/DataImport/MaterialInformation.aspx -IP地址:::1 -操作人员:JT - -出错时间:02/20/2023 16:31:50 - - -错误信息开始=====> -错误类型:HttpParseException -错误信息:类型“FineUIPro.Grid”不具有名为“ExpandOnDblClick”的公共属性。 -错误堆栈: - 在 System.Web.UI.TemplateParser.ProcessException(Exception ex) - 在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) - 在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) -----错误类型:HttpException -----错误信息: -----类型“FineUIPro.Grid”不具有名为“ExpandOnDblClick”的公共属性。 -----错误堆栈: - 在 System.Web.UI.ControlBuilder.AddProperty(String filter, String name, String value, Boolean mainDirectiveMode) - 在 System.Web.UI.ControlBuilder.PreprocessAttribute(String filter, String attribname, String attribvalue, Boolean mainDirectiveMode, Int32 line, Int32 column) - 在 System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs) - 在 System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs) - 在 System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName) - 在 System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty) - 在 System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) - 在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) -出错时间:02/20/2023 17:04:07 -出错文件:http://localhost:8899/HJGL/WeldingManage/WeldingConDate.aspx -IP地址:::1 - -出错时间:02/20/2023 17:04:07 - - -错误信息开始=====> -错误类型:HttpParseException -错误信息:类型“FineUIPro.Grid”不具有名为“EnableSingleClickExpand”的公共属性。 -错误堆栈: - 在 System.Web.UI.TemplateParser.ProcessException(Exception ex) - 在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) - 在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) -----错误类型:HttpException -----错误信息: -----类型“FineUIPro.Grid”不具有名为“EnableSingleClickExpand”的公共属性。 -----错误堆栈: - 在 System.Web.UI.ControlBuilder.AddProperty(String filter, String name, String value, Boolean mainDirectiveMode) - 在 System.Web.UI.ControlBuilder.PreprocessAttribute(String filter, String attribname, String attribvalue, Boolean mainDirectiveMode, Int32 line, Int32 column) - 在 System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs) - 在 System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs) - 在 System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName) - 在 System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty) - 在 System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) - 在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) -出错时间:02/20/2023 17:05:22 -出错文件:http://localhost:8899/HJGL/WeldingManage/WeldingConDate.aspx -IP地址:::1 - -出错时间:02/20/2023 17:05:22 - - -错误信息开始=====> -错误类型:ArgumentException -错误信息:列“Comparer”不属于表 。 -错误堆栈: - 在 System.Data.DataRow.GetDataColumn(String columnName) - 在 System.Data.DataRow.get_Item(String columnName) - 在 BLL.Funs.TableToEntity[T](DataTable dt) - 在 BLL.PipelineService.BindTreeNodes(TreeNode node, Boolean isExitWPQId, String pipecode, String ProjectId, Int32 pageSize) - 在 FineUIPro.Web.HJGL.WeldingManage.WeldingConDate.BindNodes(TreeNode node) - 在 FineUIPro.Web.HJGL.WeldingManage.WeldingConDate.tvControlItem_TreeNodeExpanded(Object sender, TreeNodeEventArgs e) - 在 FineUIPro.Tree.OnNodeExpand(TreeNodeEventArgs e) - 在 (Tree , TreeNodeEventArgs ) - 在 FineUIPro.Tree.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:02/20/2023 19:39:57 -出错文件:http://localhost:8899/HJGL/WeldingManage/WeldingConDate.aspx -IP地址:::1 -操作人员:JT - -出错时间:02/20/2023 19:39:57 - - -错误信息开始=====> -错误类型:HttpCompileException -错误信息:d:\诺必达\赛鼎\SGGL_SeDin\SGGL\FineUIPro.Web\HJGL\InfoQuery\PipelineQuery.aspx(25): error CS1061: “ASP.hjgl_infoquery_pipelinequery_aspx”不包含“btnrefresh_Click”的定义,并且找不到可接受类型为“ASP.hjgl_infoquery_pipelinequery_aspx”的第一个参数的扩展方法“btnrefresh_Click”(是否缺少 using 指令或程序集引用?) -错误堆栈: - 在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) - 在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) - 在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) - 在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) - 在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) - 在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) - 在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) - 在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() - 在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) - 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) -出错时间:02/20/2023 19:57:35 -出错文件:http://localhost:8899/HJGL/InfoQuery/PipelineQuery.aspx -IP地址:::1 - -出错时间:02/20/2023 19:57:35 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:29 -出错时间:02/20/2023 20:06:29 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:06:30 -出错时间:02/20/2023 20:06:30 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:40 -出错时间:02/20/2023 20:10:40 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:40 -出错时间:02/20/2023 20:10:40 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:40 -出错时间:02/20/2023 20:10:40 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:40 -出错时间:02/20/2023 20:10:40 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:40 -出错时间:02/20/2023 20:10:40 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:41 -出错时间:02/20/2023 20:10:41 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:46 -出错时间:02/20/2023 20:10:46 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:47 -出错时间:02/20/2023 20:10:47 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:51 -出错时间:02/20/2023 20:10:51 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:52 -出错时间:02/20/2023 20:10:52 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) - 在 System.Int32.Parse(String s) - 在 BLL.Funs.GetNewInt(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\Common\Funs.cs:行号 507 -出错时间:02/20/2023 20:10:54 -出错时间:02/20/2023 20:10:54 - -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 -System.InvalidOperationException: 可为空的对象必须具有一个值。 - 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) - 在 System.Nullable`1.get_Value() - 在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 D:\诺必达\赛鼎\SGGL_SeDin\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 353 diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 091c8ffe..4569499c 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -12820,7 +12820,7 @@ True 0 / - http://localhost:8899/ + http://localhost:1783/ False False diff --git a/SGGL/FineUIPro.Web/Person/CompanyPerson.aspx.cs b/SGGL/FineUIPro.Web/Person/CompanyPerson.aspx.cs index 857cd460..6d93101d 100644 --- a/SGGL/FineUIPro.Web/Person/CompanyPerson.aspx.cs +++ b/SGGL/FineUIPro.Web/Person/CompanyPerson.aspx.cs @@ -39,7 +39,7 @@ namespace FineUIPro.Web.Person private void BindGrid() { var getData = Person_PersonsService.getListData(Const.UnitId_SEDIN, this.drpDepart.SelectedValue, this.drpProject.SelectedValue, - this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue,this.drpPersonType.SelectedValue, Grid1); + this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, null, Grid1); Grid1.RecordCount = Person_PersonsService.count; Grid1.DataSource = getData; Grid1.DataBind(); diff --git a/SGGL/FineUIPro.Web/Person/DepartPerson.aspx.cs b/SGGL/FineUIPro.Web/Person/DepartPerson.aspx.cs index 377e2eea..22fd6056 100644 --- a/SGGL/FineUIPro.Web/Person/DepartPerson.aspx.cs +++ b/SGGL/FineUIPro.Web/Person/DepartPerson.aspx.cs @@ -90,7 +90,7 @@ namespace FineUIPro.Web.Person private void BindGrid() { var getData = Person_PersonsService.getListData(Const.UnitId_SEDIN, Const.Depart_constructionId, this.drpProject.SelectedValue, - this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, Grid1); + this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, null, Grid1); Grid1.RecordCount = Person_PersonsService.count; Grid1.DataSource = getData; Grid1.DataBind(); diff --git a/SGGL/FineUIPro.Web/Person/PersonLib.aspx b/SGGL/FineUIPro.Web/Person/PersonLib.aspx index 9e3a6d6f..a6f9c94d 100644 --- a/SGGL/FineUIPro.Web/Person/PersonLib.aspx +++ b/SGGL/FineUIPro.Web/Person/PersonLib.aspx @@ -35,6 +35,7 @@ + diff --git a/SGGL/FineUIPro.Web/Person/PersonLib.aspx.cs b/SGGL/FineUIPro.Web/Person/PersonLib.aspx.cs index cf1980c3..5ccccb5c 100644 --- a/SGGL/FineUIPro.Web/Person/PersonLib.aspx.cs +++ b/SGGL/FineUIPro.Web/Person/PersonLib.aspx.cs @@ -43,7 +43,7 @@ namespace FineUIPro.Web.Person private void BindGrid() { var getData = Person_PersonsService.getListData(this.drpUnit.SelectedValue, this.drpDepart.SelectedValue, this.drpProject.SelectedValue, - this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, Grid1); + this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, this.txtAccount.Text.Trim(), Grid1); Grid1.RecordCount = Person_PersonsService.count; Grid1.DataSource = getData; Grid1.DataBind(); diff --git a/SGGL/FineUIPro.Web/Person/PersonLib.aspx.designer.cs b/SGGL/FineUIPro.Web/Person/PersonLib.aspx.designer.cs index 6e762a3b..233ac226 100644 --- a/SGGL/FineUIPro.Web/Person/PersonLib.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/Person/PersonLib.aspx.designer.cs @@ -104,6 +104,15 @@ namespace FineUIPro.Web.Person /// protected global::FineUIPro.TextBox txtIdCard; + /// + /// txtAccount 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtAccount; + /// /// drpIsPost 控件。 /// diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/BasicData.aspx b/SGGL/FineUIPro.Web/ZHGL/RealName/BasicData.aspx index 730233cb..0e7e3146 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/BasicData.aspx +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/BasicData.aspx @@ -22,7 +22,7 @@ - From 90ddcad800bbc824683b4b5b0c17626095b25263 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Thu, 2 Mar 2023 14:28:31 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=86=E5=8C=85?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E8=AE=A1=E5=88=92=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/CQMS/Plan/SubPlanEdit.aspx | 2 +- SGGL/FineUIPro.Web/CQMS/Plan/SubPlanView.aspx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanEdit.aspx b/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanEdit.aspx index 3e261914..8040cbbc 100644 --- a/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanEdit.aspx +++ b/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanEdit.aspx @@ -45,7 +45,7 @@ + > diff --git a/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanView.aspx b/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanView.aspx index 7d2a178a..39908b2a 100644 --- a/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanView.aspx +++ b/SGGL/FineUIPro.Web/CQMS/Plan/SubPlanView.aspx @@ -45,7 +45,7 @@ + > From 2cc23282fd34a74774d8eb498af70061ddee41b8 Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Thu, 2 Mar 2023 17:33:49 +0800 Subject: [PATCH 3/5] =?UTF-8?q?20230302=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=90=8C=E6=AD=A5=E6=96=B9=E6=B3=95=EF=BC=8C=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=97=A5=E5=BF=97=E6=96=B9=E6=B3=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{ => 已更新脚本}/SGGLDB_V2022-012-12-001.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2022-12-14.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2022-12-25-001.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2022-12-26_001.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2023-01-03_001.sql | 0 ...GGLDB_V2023-01-04_gaofei_迁移集团子公司功能脚本.sql | 0 .../SGGLDB_V2023-01-29_gaofei_迁移五张报表功能脚本.sql | 0 .../SGGLDB_V2023-02-13_gaofei.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2023-02-14.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2023-02-17.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2023-02-20.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2023-02-21.sql | 0 .../SGGLDB_V2023-02-22_gaofei.sql | 0 .../SGGLDB_V2023-02-23_gaofei.sql | 0 .../{ => 已更新脚本}/SGGLDB_V2023-02-28.sql | 0 SGGL/BLL/ZHGL/RealName/SynchroSetService.cs | 149 +++++++++++++++++- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- .../ZHGL/RealName/SynchroRecord.aspx | 5 + .../ZHGL/RealName/SynchroRecord.aspx.cs | 30 ++++ .../RealName/SynchroRecord.aspx.designer.cs | 56 ++++--- .../ZHGL/RealName/SynchroSet.aspx | 8 +- .../ZHGL/RealName/SynchroSet.aspx.cs | 28 ++++ .../ZHGL/RealName/SynchroSet.aspx.designer.cs | 75 +++++---- SGGL/WebAPI/WebAPI.csproj | 5 +- 24 files changed, 294 insertions(+), 64 deletions(-) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2022-012-12-001.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2022-12-14.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2022-12-25-001.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2022-12-26_001.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-01-03_001.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-01-04_gaofei_迁移集团子公司功能脚本.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-01-29_gaofei_迁移五张报表功能脚本.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-13_gaofei.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-14.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-17.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-20.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-21.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-22_gaofei.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-23_gaofei.sql (100%) rename DataBase/版本日志/{ => 已更新脚本}/SGGLDB_V2023-02-28.sql (100%) diff --git a/DataBase/版本日志/SGGLDB_V2022-012-12-001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2022-012-12-001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2022-012-12-001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2022-012-12-001.sql diff --git a/DataBase/版本日志/SGGLDB_V2022-12-14.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2022-12-14.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2022-12-14.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2022-12-14.sql diff --git a/DataBase/版本日志/SGGLDB_V2022-12-25-001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2022-12-25-001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2022-12-25-001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2022-12-25-001.sql diff --git a/DataBase/版本日志/SGGLDB_V2022-12-26_001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2022-12-26_001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2022-12-26_001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2022-12-26_001.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-01-03_001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-01-03_001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-01-03_001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-01-03_001.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-01-04_gaofei_迁移集团子公司功能脚本.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-01-04_gaofei_迁移集团子公司功能脚本.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-01-04_gaofei_迁移集团子公司功能脚本.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-01-04_gaofei_迁移集团子公司功能脚本.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-01-29_gaofei_迁移五张报表功能脚本.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-01-29_gaofei_迁移五张报表功能脚本.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-01-29_gaofei_迁移五张报表功能脚本.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-01-29_gaofei_迁移五张报表功能脚本.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-13_gaofei.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-13_gaofei.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-13_gaofei.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-13_gaofei.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-14.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-14.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-14.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-14.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-17.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-17.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-17.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-17.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-20.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-20.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-20.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-20.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-21.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-21.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-21.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-21.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-22_gaofei.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-22_gaofei.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-22_gaofei.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-22_gaofei.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-23_gaofei.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-23_gaofei.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-23_gaofei.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-23_gaofei.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-02-28.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-28.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2023-02-28.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-28.sql diff --git a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs index e61322ac..70ebb554 100644 --- a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs +++ b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs @@ -256,10 +256,13 @@ namespace BLL Success = Success, Code = Code, Message = Message, - PushTime = DateTime.Now, - ReturnData = ReturnData, - PushContent = PushContent, + PushTime = DateTime.Now, }; + if (Code != "200") + { + newLog.ReturnData = ReturnData; + newLog.PushContent = PushContent; + } db.RealName_PushLog.InsertOnSubmit(newLog); db.SubmitChanges(); } @@ -1029,6 +1032,7 @@ namespace BLL x.RealNameAddTime, x.RealNameUpdateTime, x.PersonId, + x.SitePersonId, }).Take(200).ToList(); if (getData.Count() > 0) { @@ -1069,7 +1073,7 @@ namespace BLL { foreach (var item in getData) { - var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.PersonId == item.PersonId); + var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.SitePersonId == item.SitePersonId); if (getPerson != null) { if (!getPerson.RealNameAddTime.HasValue) @@ -1162,6 +1166,7 @@ namespace BLL x.RealNameAddTime, x.RealNameUpdateTime, x.PersonId, + x.SitePersonId, }).ToList(); if (getData.Count() > 0) { @@ -1202,7 +1207,7 @@ namespace BLL { foreach (var item in getData) { - var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.PersonId == item.PersonId); + var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.SitePersonId == item.SitePersonId); if (getPerson != null) { if (!getPerson.RealNameAddTime.HasValue) @@ -1228,7 +1233,7 @@ namespace BLL } InsertRealNamePushLog(null, proCode, "推送人员数据", sucess, code, mess, data, pushContent); - if (data.Contains("已存在") || mess.Contains("已存在")) + if (data.Contains("已存在") || mess.Contains("已存在") || mess.Contains("重合") || data.Contains("重合")) { using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) { @@ -1236,7 +1241,133 @@ namespace BLL { if (data.Contains(item.idcardNumber) || mess.Contains(item.idcardNumber)) { - var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.PersonId == item.PersonId); + var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.SitePersonId == item.SitePersonId); + if (getPerson != null) + { + if (!getPerson.RealNameAddTime.HasValue) + { + getPerson.RealNameAddTime = DateTime.Now; + } + db.SubmitChanges(); + } + } + } + } + } + } + else + { + mess = "没有符合条件的数据!"; + } + + return mess; + } + catch (Exception ex) + { + ErrLogInfo.WriteLog(ex, "推送人员数据", "SynchroSetService.PushPersons"); + return "推送人员异常"; + } + } + + /// + /// 推送人员数据 + /// + /// + public static string PushPersonsByIdentityCardUpdate(string proCode, string identityCard) + { + try + { + string mess = string.Empty; + string sucess = string.Empty; + string code = string.Empty; + string data = string.Empty; + string pushContent = string.Empty; + string contenttype = "application/json;charset=unicode"; + var getData = (from x in Funs.DB.SitePerson_Person + join y in Funs.DB.Base_Project on x.ProjectId equals y.ProjectId + join Persons in Funs.DB.Person_Persons on x.IdentityCard equals Persons.IdentityCard + join z in Funs.DB.RealName_Project on y.ContractNo equals z.ProCode + join v in Funs.DB.ProjectData_TeamGroup on x.TeamGroupId equals v.TeamGroupId + join w in Funs.DB.Base_WorkPost on x.WorkPostId equals w.WorkPostId + where x.IdentityCard == identityCard && y.ContractNo == proCode + && v.TeamId.HasValue + && z.JTproCode != null + select new + { + name = x.PersonName, + idcardType = "SHENFEN_ZHENGJIAN", + idcardNumber = x.IdentityCard, + proCode = z.JTproCode, + teamId = v.TeamId, + userType = ((w.PostType == "1" || w.PostType == "4") ? "LAB_USER_MANAGE" : "LAB_USER_BULIDER"), + workType = w.WorkPostCode, + isLeave = x.OutTime.HasValue ? "Y" : "N", + entryTime = x.InTime.HasValue ? string.Format("{0:yyyy-MM-dd}", x.InTime) : null, + exitTime = x.OutTime.HasValue ? string.Format("{0:yyyy-MM-dd}", x.OutTime) : null, + x.RealNameAddTime, + x.RealNameUpdateTime, + x.PersonId, + x.SitePersonId, + }).ToList(); + if (getData.Count() > 0) + { + string returndata = string.Empty; + Hashtable newToken = new Hashtable + { + { "token", getaccess_token(proCode) } + }; + var updatelistObject = new + { + list = getData.Select(x => new { x.name, x.idcardType, x.idcardNumber, x.proCode, x.teamId, x.userType, x.workType, x.isLeave, x.entryTime, x.exitTime }) + }; + pushContent = JsonConvert.SerializeObject(updatelistObject); + returndata = BLL.APIGetHttpService.OutsideHttp(Funs.RealNameApiUrl + "/foreignApi/accept/updatePersons", "POST", contenttype, newToken, JsonConvert.SerializeObject(updatelistObject)); + + if (!string.IsNullOrEmpty(returndata)) + { + JObject obj = JObject.Parse(returndata); + mess = obj["message"].ToString(); + code = obj["code"].ToString(); + sucess = obj["success"].ToString(); + data = obj["data"].ToString(); + if (obj["success"] != null && Convert.ToBoolean(obj["success"].ToString())) + { + using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) + { + foreach (var item in getData) + { + var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.SitePersonId == item.SitePersonId); + if (getPerson != null) + { + if (!getPerson.RealNameAddTime.HasValue) + { + getPerson.RealNameAddTime = DateTime.Now; + } + getPerson.RealNameUpdateTime = DateTime.Now; + db.SubmitChanges(); + } + } + } + } + else + { + if (mess.Contains("token无效")) + { + getaccess_token_New(proCode); + } + } + } + + InsertRealNamePushLog(null, proCode, "推送人员数据", sucess, code, mess, data, pushContent); + if (data.Contains("已存在") || mess.Contains("已存在") || mess.Contains("重合") || data.Contains("重合")) + { + using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) + { + foreach (var item in getData) + { + if (data.Contains(item.idcardNumber) || mess.Contains(item.idcardNumber)) + { + var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.SitePersonId == item.SitePersonId); if (getPerson != null) { if (!getPerson.RealNameAddTime.HasValue) @@ -1295,6 +1426,7 @@ namespace BLL x.RealNameUpdateTime, name = x.PersonName, x.PersonId, + x.SitePersonId, }); if (getData.Count() > 0) { @@ -1324,7 +1456,7 @@ namespace BLL { using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) { - var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.PersonId == itemData.PersonId); + var getPerson = db.SitePerson_Person.FirstOrDefault(x => x.SitePersonId == itemData.SitePersonId); if (getPerson != null) { if (!getPerson.RealNameAddTime.HasValue) @@ -1637,6 +1769,7 @@ namespace BLL x.RealNameAddTime, x.RealNameUpdateTime, x.PersonId, + x.SitePersonId, }).ToList(); if (getData.Count() > 0) { diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 4569499c..c9300a95 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -12820,7 +12820,7 @@ True 0 / - http://localhost:1783/ + http://localhost:2087/ False False diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx index b005d67e..9c5e7dee 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx @@ -31,6 +31,9 @@ + + @@ -38,6 +41,8 @@ + + diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.cs index c6c05e3d..be1c5357 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.cs @@ -5,6 +5,7 @@ using System.Data; using System.Data.SqlClient; using System.Text; using AspNet = System.Web.UI.WebControls; +using System.Linq; namespace FineUIPro.Web.ZHGL.RealName { @@ -22,6 +23,12 @@ namespace FineUIPro.Web.ZHGL.RealName Funs.DropDownPageSize(this.ddlPageSize); this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now); this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now); + ProjectService.InitAllProjectShortNameDropDownList(this.drpProject, this.CurrUser.PersonId, true); + if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId)) + { + this.drpProject.SelectedValue = this.CurrUser.LoginProjectId; + this.drpProject.Readonly = true; + } this.GridBind(); } } @@ -46,6 +53,11 @@ namespace FineUIPro.Web.ZHGL.RealName strSql += " AND PushTime < @EndDate"; listStr.Add(new SqlParameter("@EndDate", Funs.GetNewDateTime(this.txtEndDate.Text).Value.AddDays(1))); } + if (this.drpProject.SelectedValue != Const._Null && !string.IsNullOrEmpty(this.drpProject.SelectedValue)) + { + strSql += " AND ProjectId = @ProjectId"; + listStr.Add(new SqlParameter("@ProjectId", this.drpProject.SelectedValue)); + } if (!string.IsNullOrEmpty(this.txtConet.Text)) { strSql += " AND (Success LIKE @name OR Message LIKE @name OR ReturnData LIKE @name)"; @@ -154,5 +166,23 @@ namespace FineUIPro.Web.ZHGL.RealName this.GridBind(); } #endregion + + protected void drpProject_SelectedIndexChanged(object sender, EventArgs e) + { + GridBind(); + } + + protected void btnDele_Click(object sender, EventArgs e) + { + using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) + { + var getRealName_PushLog = from x in db.RealName_PushLog select x; + if (getRealName_PushLog.Count() > 0) + { + db.RealName_PushLog.DeleteAllOnSubmit(getRealName_PushLog); + db.SubmitChanges(); + } + } + } } } \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.designer.cs b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.designer.cs index ae73923c..68555445 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroRecord.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.ZHGL.RealName { - - - public partial class SynchroRecord { - +namespace FineUIPro.Web.ZHGL.RealName +{ + + + public partial class SynchroRecord + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// Panel1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Panel Panel1; - + /// /// Grid1 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid1; - + /// /// Toolbar2 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar2; - + /// /// txtStartDate 控件。 /// @@ -65,7 +67,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DatePicker txtStartDate; - + /// /// txtEndDate 控件。 /// @@ -74,7 +76,16 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DatePicker txtEndDate; - + + /// + /// drpProject 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList drpProject; + /// /// txtConet 控件。 /// @@ -83,7 +94,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtConet; - + /// /// btnSearch 控件。 /// @@ -92,7 +103,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSearch; - + /// /// btnOut 控件。 /// @@ -101,7 +112,16 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut; - + + /// + /// btnDele 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Button btnDele; + /// /// labNumber 控件。 /// @@ -110,7 +130,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.WebControls.Label labNumber; - + /// /// ToolbarSeparator1 控件。 /// @@ -119,7 +139,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1; - + /// /// ToolbarText1 控件。 /// @@ -128,7 +148,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarText ToolbarText1; - + /// /// ddlPageSize 控件。 /// diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx index edd23e64..3d6180d4 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx @@ -41,11 +41,15 @@ - + - + + + diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.cs index a8ffca45..bb265d3b 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.cs @@ -287,7 +287,33 @@ namespace FineUIPro.Web.ZHGL.RealName } } } + protected void btnPushUpdate_Click(object sender, EventArgs e) + { + string message = string.Empty; + string idText = this.txtIdentityCard.Text.Trim(); + if (!string.IsNullOrEmpty(idText)) + { + string proCode = ProjectService.GetContractNoByProjectId(this.drpProject.SelectedValue); + var getRProjects = Funs.DB.RealName_Project.FirstOrDefault(x => x.ProCode == proCode); + if (getRProjects != null && !string.IsNullOrEmpty(getRProjects.ProCode)) + { + var getList = returnCardList(); + if (getList != null && getList.Count > 0) + { + foreach (var item in getList) + { + message += ("项目" + getRProjects.ProCode + "更新" + BLL.SynchroSetService.PushPersonsByIdentityCardUpdate(getRProjects.ProCode, item) ?? ""); + } + ShowNotify(message, MessageBoxIcon.Information); + } + } + else + { + ShowNotify("当前项目还没有与实名制对接!", MessageBoxIcon.Information); + } + } + } protected void btnDelete_Click(object sender, EventArgs e) { var getList = returnCardList(); @@ -637,5 +663,7 @@ namespace FineUIPro.Web.ZHGL.RealName ShowNotify("操作完成!" + count.ToString() + "条", MessageBoxIcon.Success); } } + + } } \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.designer.cs b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.designer.cs index d64ef60f..af7b65e6 100644 --- a/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/ZHGL/RealName/SynchroSet.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.ZHGL.RealName { - - - public partial class SynchroSet { - +namespace FineUIPro.Web.ZHGL.RealName +{ + + + public partial class SynchroSet + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// SimpleForm1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// txtapiUrl 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtapiUrl; - + /// /// txtUserName 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtUserName; - + /// /// txtword 控件。 /// @@ -65,7 +67,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtword; - + /// /// txtclientId 控件。 /// @@ -74,7 +76,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtclientId; - + /// /// txtintervaltime 控件。 /// @@ -83,7 +85,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.NumberBox txtintervaltime; - + /// /// txtIdentityCard 控件。 /// @@ -92,7 +94,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtIdentityCard; - + /// /// btnPushData 控件。 /// @@ -101,7 +103,16 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnPushData; - + + /// + /// btnPushUpdate 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Button btnPushUpdate; + /// /// btnDelete 控件。 /// @@ -110,7 +121,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnDelete; - + /// /// Toolbar1 控件。 /// @@ -119,7 +130,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// btnConnect 控件。 /// @@ -128,7 +139,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnConnect; - + /// /// btnSave 控件。 /// @@ -137,7 +148,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// drpProject 控件。 /// @@ -146,7 +157,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpProject; - + /// /// btnCompany 控件。 /// @@ -155,7 +166,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnCompany; - + /// /// btnProCollCompany 控件。 /// @@ -164,7 +175,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnProCollCompany; - + /// /// btnCollTeam 控件。 /// @@ -173,7 +184,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnCollTeam; - + /// /// btnPersons 控件。 /// @@ -182,7 +193,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnPersons; - + /// /// btnAttendance 控件。 /// @@ -191,7 +202,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnAttendance; - + /// /// btnDataProcess 控件。 /// @@ -200,7 +211,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnDataProcess; - + /// /// Toolbar2 控件。 /// @@ -209,7 +220,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar2; - + /// /// lbProjectInfo 控件。 /// @@ -218,7 +229,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Label lbProjectInfo; - + /// /// btnCanelUpdate 控件。 /// @@ -227,7 +238,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnCanelUpdate; - + /// /// btnupdatePersonsExitTime 控件。 /// @@ -236,7 +247,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnupdatePersonsExitTime; - + /// /// btnAllPushData 控件。 /// @@ -245,7 +256,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnAllPushData; - + /// /// btnUpdate 控件。 /// @@ -254,7 +265,7 @@ namespace FineUIPro.Web.ZHGL.RealName { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnUpdate; - + /// /// btnKQ 控件。 /// diff --git a/SGGL/WebAPI/WebAPI.csproj b/SGGL/WebAPI/WebAPI.csproj index a240e131..30f4ed47 100644 --- a/SGGL/WebAPI/WebAPI.csproj +++ b/SGGL/WebAPI/WebAPI.csproj @@ -50,9 +50,8 @@ bin\WebAPI.xml - - False - bin\Aspose.Words.dll + + ..\FineUIPro\Reference BLL\Aspose.Words.dll From d978b42ea879902a48991f253526669f6a3eb3a7 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Thu, 2 Mar 2023 18:50:14 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=80=BB=E5=8C=85?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E8=AE=A1=E5=88=92=E8=AF=84=E5=AE=A1=E4=BA=BA?= =?UTF-8?q?=E5=BF=85=E9=A1=BB=E6=98=AF=E6=9C=AC=E9=83=A8=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs index 550f90c8..75e1bb4c 100644 --- a/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Plan/MainPlanEdit.aspx.cs @@ -53,7 +53,7 @@ namespace FineUIPro.Web.CQMS.Plan this.rblIsAgree.Hidden = true; this.drpPerson.DataTextField = "PersonName"; this.drpPerson.DataValueField = "PersonId"; - this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId && x.IsOffice == true select x).ToList(); + this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId select x).ToList(); this.drpPerson.DataBind(); Funs.FineUIPleaseSelect(this.drpPerson); if (!string.IsNullOrEmpty(MainPlanId)) From bc2e80097e1bd1c74d7ad37414b70faed39a1fe9 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Thu, 2 Mar 2023 19:02:09 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=80=BB=E5=8C=85?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs index ea7e69fd..15ab38f7 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Plan/MainPlanEdit.aspx.cs @@ -51,7 +51,7 @@ namespace FineUIPro.Web.ZHGL.Plan this.rblIsAgree.Hidden = true; this.drpPerson.DataTextField = "PersonName"; this.drpPerson.DataValueField = "PersonId"; - this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId && x.IsOffice == true select x).ToList(); + this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId select x).ToList(); this.drpPerson.DataBind(); Funs.FineUIPleaseSelect(this.drpPerson); if (!string.IsNullOrEmpty(MainPlanId))