复核稽查修改013

Uat_IRC_Net8
hang 2025-07-18 11:34:13 +08:00
parent 435479cd9d
commit e9b79cc1f1
1 changed files with 8 additions and 5 deletions

View File

@ -2060,6 +2060,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
extraIdentification = "/DeleteNoneDicomFileZero"; extraIdentification = "/DeleteNoneDicomFileZero";
} }
if(_userInfo.RequestUrl== "QCOperation/addCheckChallengeReply" || _userInfo.RequestUrl == "QCOperation/UploadVisitCheckExcel")
{
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply) if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
{ {
//发送对话 修改质疑状态 不需要区分接口 //发送对话 修改质疑状态 不需要区分接口
@ -2067,6 +2069,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
extraIdentification = "/ModifyCheckChallengeState"; extraIdentification = "/ModifyCheckChallengeState";
} }
}
if (entity.SubmitState == SubmitStateEnum.ToSubmit) if (entity.SubmitState == SubmitStateEnum.ToSubmit)
{ {