2022-10-28 焊接修改

This commit is contained in:
2022-10-28 18:10:36 +08:00
parent a4546bb5ce
commit d9e2a00010
2 changed files with 3 additions and 3 deletions
@@ -383,7 +383,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery
List<string> Incomplete_weldjunctionList = new List<string>();
foreach (var item in q1)
{
Incomplete_weldjunctionList.Add("/" + item.PipelineCode);
Incomplete_weldjunctionList.Add("/" + item.WeldJointCode);
}
Incomplete_weldjunction = string.Join(",", Incomplete_weldjunctionList);
}