This commit is contained in:
jackchenyang 2024-05-24 23:11:17 +08:00
parent 542c060f58
commit 39e59b1ac6
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -950,7 +950,6 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
if (unitInfo == null)
{
errorMsg += "未知的单位编号 | ";
}
var installInfo = Funs.DB.Project_Installation.FirstOrDefault(t => t.InstallationCode == model.InstallCode);
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;
listData.Add(model);