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