复核稽查修改010
This commit is contained in:
@@ -1369,6 +1369,12 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
|
||||
if (obtaionOrCancel)
|
||||
{
|
||||
//复核的时候,指派后,另外一个人进来的时候如果是自己,那么不进行后续流程
|
||||
if (dbSubjectVisit.CurrentActionUserId == _userInfo.UserRoleId)
|
||||
{
|
||||
return ResponseOutput.Ok();
|
||||
}
|
||||
|
||||
if (dbSubjectVisit.CurrentActionUserId != null && dbSubjectVisit.IsTake)
|
||||
{
|
||||
//throw new BusinessValidationFailedException("当前访视已被领取,不允许领取");
|
||||
|
||||
Reference in New Issue
Block a user