This commit is contained in:
佘春生 2024-12-24 15:43:35 +08:00
parent 4c39d7b3ba
commit 79d1cfddee
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />

View File

@ -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)
{