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