复核稽查修改013
parent
435479cd9d
commit
e9b79cc1f1
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue