修改一致性核查对话判断
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-02-10 14:54:04 +08:00
parent 12ddeba2a3
commit 585e4cdc1b
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ namespace IRaCIS.Core.Application.Image.QA
sv.CheckChallengeState = CheckChanllengeTypeEnum.CRCWaitPMReply; 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; sv.CheckChallengeState = CheckChanllengeTypeEnum.PMWaitCRCReply;
} }