This commit is contained in:
parent
4c39d7b3ba
commit
79d1cfddee
|
|
@ -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 />
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue