提交代码

This commit is contained in:
2024-02-15 14:53:34 +08:00
parent dc645d95ed
commit de1bc6199f
4 changed files with 90 additions and 38 deletions
@@ -261,7 +261,7 @@ namespace FineUIPro.Web.TestRun.TestRunManage
}
}
//检查表
var subModel = Funs.DB.PreRun_SubInspectTerm.FirstOrDefault(x => x.SubInspectId == subInspectId);
var subModel = Funs.DB.TestRun_SubInspectTerm.FirstOrDefault(x => x.SubInspectId == subInspectId);
if (subModel != null)
{
if (Funs.DB.TestRun_TermItemInspectedUser.Count(x => x.SubInspectId == subInspectId && x.InspectionResults.GetValueOrDefault() != 1) == 0)