Compare commits
2 Commits
31aca49f1a
...
1671141b12
| Author | SHA1 | Date |
|---|---|---|
|
|
1671141b12 | |
|
|
887b45f3d2 |
|
|
@ -730,7 +730,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue