121212
This commit is contained in:
parent
542c060f58
commit
39e59b1ac6
Binary file not shown.
|
@ -950,7 +950,6 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
|
||||||
if (unitInfo == null)
|
if (unitInfo == null)
|
||||||
{
|
{
|
||||||
errorMsg += "未知的单位编号 | ";
|
errorMsg += "未知的单位编号 | ";
|
||||||
|
|
||||||
}
|
}
|
||||||
var installInfo = Funs.DB.Project_Installation.FirstOrDefault(t => t.InstallationCode == model.InstallCode);
|
var installInfo = Funs.DB.Project_Installation.FirstOrDefault(t => t.InstallationCode == model.InstallCode);
|
||||||
if (installInfo == null)
|
if (installInfo == null)
|
||||||
|
@ -1036,9 +1035,10 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
model.Remark = errorMsg;
|
|
||||||
}
|
}
|
||||||
if(!string.IsNullOrEmpty(model.Remark))
|
|
||||||
|
model.Remark = errorMsg;
|
||||||
|
if (!string.IsNullOrEmpty(model.Remark))
|
||||||
flag = true;
|
flag = true;
|
||||||
|
|
||||||
listData.Add(model);
|
listData.Add(model);
|
||||||
|
|
Loading…
Reference in New Issue