复核稽查修改013
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a407313a95
commit
fb6231373b
|
@ -2016,15 +2016,18 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
|
||||
|
||||
if(_userInfo.RequestUrl== "QCOperation/addCheckChallengeReply" || _userInfo.RequestUrl == "QCOperation/UploadVisitCheckExcel")
|
||||
{
|
||||
//发送对话 修改质疑状态 不需要区分接口
|
||||
isDistinctionInterface = false;
|
||||
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
|
||||
{
|
||||
//发送对话 修改质疑状态 不需要区分接口
|
||||
isDistinctionInterface = false;
|
||||
|
||||
extraIdentification = "/ModifyCheckChallengeState";
|
||||
extraIdentification = "/ModifyCheckChallengeState";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue