@@ -264,7 +264,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
sv.CheckChallengeState = CheckChanllengeTypeEnum.CRCWaitPMReply;
|
||||
|
||||
}
|
||||
else if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager || _userInfo.UserTypeEnumInt != (int)UserTypeEnum.APM)
|
||||
else if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager || _userInfo.UserTypeEnumInt == (int)UserTypeEnum.APM)
|
||||
{
|
||||
sv.CheckChallengeState = CheckChanllengeTypeEnum.PMWaitCRCReply;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user