diff --git a/HJGL_ZH/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_ZH/FineUIPro.Web/FineUIPro.Web.csproj.user index ac1e608..8ba20cd 100644 --- a/HJGL_ZH/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_ZH/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -2,7 +2,7 @@ ProjectFiles - Release|Any CPU + Debug|Any CPU true diff --git a/HJGL_ZH/FineUIPro.Web/YLRQ/HotProessManage/HotProessTrustItemEdit.aspx.cs b/HJGL_ZH/FineUIPro.Web/YLRQ/HotProessManage/HotProessTrustItemEdit.aspx.cs index 2395da4..eef40b6 100644 --- a/HJGL_ZH/FineUIPro.Web/YLRQ/HotProessManage/HotProessTrustItemEdit.aspx.cs +++ b/HJGL_ZH/FineUIPro.Web/YLRQ/HotProessManage/HotProessTrustItemEdit.aspx.cs @@ -193,7 +193,7 @@ namespace FineUIPro.Web.YLRQ.HotProessManage } else//已进行过热处理 { - string oldProessTypes = item.HeatTreatmentType.Replace("|", "").Replace("1", "").Replace("2", ""); + string oldProessTypes = item.HeatTreatmentType.Replace("|", ""); //.Replace("1", "").Replace("2", ""); string proessTypes = string.Empty; foreach (var jothotProessTrustItem in jothotProessTrustItems) {