1
This commit is contained in:
@@ -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活动注册数据
|
||||
|
||||
Reference in New Issue
Block a user