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 @@ - +