1
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user