Compare commits
No commits in common. "1671141b120f818d2ee1647f87646d6fad8503ae" and "31aca49f1aee9e260fcb26c4f410ff092e4a3410" have entirely different histories.
1671141b12
...
31aca49f1a
|
|
@ -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 }, true);
|
await _subjectVisitRepository.UpdatePartialFromQueryAsync(t => t.Id == subjectVisitId && t.CurrentActionUserId == null, u => new SubjectVisit() { CurrentActionUserId = _userInfo.UserRoleId });
|
||||||
}
|
}
|
||||||
//验证是否能操作
|
//验证是否能操作
|
||||||
await VerifyIsCanQCAsync(null, subjectVisitId);
|
await VerifyIsCanQCAsync(null, subjectVisitId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue