复核稽查修改013
parent
435479cd9d
commit
e9b79cc1f1
|
@ -2060,12 +2060,15 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
extraIdentification = "/DeleteNoneDicomFileZero";
|
||||
}
|
||||
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
||||
if (entity.SubmitState == SubmitStateEnum.ToSubmit)
|
||||
|
|
Loading…
Reference in New Issue