11
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user