This commit is contained in:
parent
f7523a7776
commit
afe4abf4e4
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue