This commit is contained in:
2025-06-24 10:33:02 +08:00
parent d004df928a
commit 85874b9916
4 changed files with 20 additions and 23 deletions
@@ -1761,7 +1761,7 @@ namespace BLL
join y in Funs.DB.QualityAudit_PersonQuality on x.PersonId equals y.PersonId
join z in Funs.DB.Base_Certificate on y.CertificateId equals z.CertificateId
join a in Funs.DB.Person_Persons on x.PersonId equals a.PersonId
where BeUnderConstructionList.Contains(p.ProjectId) && z.CertificateType == "A" && x.States == "1" && x.IdentityCard != null
where BeUnderConstructionList.Contains(p.ProjectId) && z.CertificateType == "A" && x.IdentityCard != null
select new Model.OfSafetySupervisorsOutput
{
ProjectId = x.ProjectId,