This commit is contained in:
2025-12-18 09:52:15 +08:00
parent 07fba3312d
commit 0a9b79de0e
2 changed files with 2 additions and 2 deletions
@@ -1343,7 +1343,7 @@ namespace BLL
from u in unitJ.DefaultIfEmpty()
join s in db.Person_Persons on x.CompileMan equals s.PersonId into userJ
from s in userJ.DefaultIfEmpty()
where (x.IsUpdate == null || x.IsUpdate == false) && x.CompileDate > BLL.Const.DtmarkTime
where (x.IsUpdate != true)
select new Model.QCRegistrationItem
{
Id = x.QCGroupRegistrationId,