This commit is contained in:
2025-12-18 14:57:10 +08:00
parent 31385b8dd1
commit 22850d18f0
7 changed files with 24 additions and 23 deletions
@@ -1372,7 +1372,7 @@ namespace BLL
from u in unitJ.DefaultIfEmpty()
join s in db.Sys_User on x.CompileMan equals s.UserId 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,
@@ -1411,7 +1411,6 @@ namespace BLL
data.IsUpdate = true;
db.SubmitChanges();
}
}
}
else
@@ -1422,6 +1421,7 @@ namespace BLL
return responeData;
}
#endregion
#region QC活动注册数据