复核稽查修改013
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-07-18 11:34:13 +08:00
parent a407313a95
commit fb6231373b
1 changed files with 9 additions and 6 deletions

View File

@ -2016,15 +2016,18 @@ namespace IRaCIS.Core.Infra.EFCore.Common
} }
break; break;
} }
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply) if(_userInfo.RequestUrl== "QCOperation/addCheckChallengeReply" || _userInfo.RequestUrl == "QCOperation/UploadVisitCheckExcel")
{ {
//发送对话 修改质疑状态 不需要区分接口 if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
isDistinctionInterface = false; {
//发送对话 修改质疑状态 不需要区分接口
isDistinctionInterface = false;
extraIdentification = "/ModifyCheckChallengeState"; extraIdentification = "/ModifyCheckChallengeState";
}
} }
#endregion #endregion