This commit is contained in:
高飞 2025-09-30 15:24:58 +08:00
parent f7523a7776
commit afe4abf4e4
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ namespace FineUIPro.Web.HJGL.DataIn
} }
if (getUnit != null && getProject != null) if (getUnit != null && getProject != null)
{ {
var getIsoInfo = isoInfos.FirstOrDefault(x => x.BSU_ID == getUnit.UnitId && x.ProjectId == getProject.ProjectId && x.ISO_IsoNo == col2); var getIsoInfo = isoInfos.FirstOrDefault(x => x.ProjectId == getProject.ProjectId && x.ISO_IsoNo == col2);
if (getIsoInfo != null) if (getIsoInfo != null)
{ {
result += "第" + (i + 2).ToString() + "行," + "该工艺管线已存在" + "\n"; result += "第" + (i + 2).ToString() + "行," + "该工艺管线已存在" + "\n";