From e604cdd08913af17c038427fb35ef5da2d906ddb Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 19 Aug 2026 17:04:19 +0800 Subject: [PATCH] 1 --- HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user | 4 ++-- .../HJGL/DataIn/DrawingRecognitionContent.aspx.cs | 8 ++++---- HJGL_DS/FineUIPro.Web/Web.config | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index 6e29203..80f7761 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -1,8 +1,8 @@ - + true - Debug|Any CPU + Release|Any CPU diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs index d52e2fc..0b6d890 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs @@ -744,22 +744,22 @@ namespace FineUIPro.Web.HJGL.DataIn { sb.AppendFormat("{0}", i.ToString()); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory1") as AspNet.Label) != null) + else if (column.ColumnID == "Category" && (row.FindControl("lblCategory1") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory1") as AspNet.Label).Text; sb.AppendFormat("{0}", html); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory2") as AspNet.Label) != null) + else if (column.ColumnID == "Category" && (row.FindControl("lblCategory2") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory2") as AspNet.Label).Text; sb.AppendFormat("{0}", html); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory3") as AspNet.Label) != null) + else if (column.ColumnID == "Category" && (row.FindControl("lblCategory3") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory3") as AspNet.Label).Text; sb.AppendFormat("{0}", html); } - if (column.ColumnID == "Category" && (row.FindControl("lblCategory4") as AspNet.Label) != null) + else if (column.ColumnID == "Category" && (row.FindControl("lblCategory4") as AspNet.Label) != null) { string html = (row.FindControl("lblCategory4") as AspNet.Label).Text; sb.AppendFormat("{0}", html); diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index 1b40665..070a5f8 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -67,7 +67,7 @@ - +