QC复核 -二次提交-uat-3
parent
9a5258bf83
commit
887b45f3d2
|
@ -730,7 +730,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
if (currentQCType == CurrentQC.SecondReview)
|
if (currentQCType == CurrentQC.SecondReview)
|
||||||
{
|
{
|
||||||
//二次复核自动领取,如果有人先领取了,那么后续不能操作
|
//二次复核自动领取,如果有人先领取了,那么后续不能操作
|
||||||
await _subjectVisitRepository.UpdatePartialFromQueryAsync(t => t.Id == subjectVisitId && t.CurrentActionUserId == null, u => new SubjectVisit() { CurrentActionUserId = _userInfo.UserRoleId });
|
await _subjectVisitRepository.UpdatePartialFromQueryAsync(t => t.Id == subjectVisitId && t.CurrentActionUserId == null, u => new SubjectVisit() { CurrentActionUserId = _userInfo.UserRoleId }, true);
|
||||||
}
|
}
|
||||||
//验证是否能操作
|
//验证是否能操作
|
||||||
await VerifyIsCanQCAsync(null, subjectVisitId);
|
await VerifyIsCanQCAsync(null, subjectVisitId);
|
||||||
|
|
Loading…
Reference in New Issue