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