Compare commits
No commits in common. "efb9532fbc0728e1deaab468aeea6659d0751b7e" and "50d3974cdf9c21fd7154edc69b839207cff2bdb5" have entirely different histories.
efb9532fbc
...
50d3974cdf
|
|
@ -2012,15 +2012,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
type = type + "/" + 2;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
|
||||
if(_userInfo.RequestUrl== "NoneDicomStudy/deleteNoneDicomStudy"|| _userInfo.RequestUrl == "NoneDicomStudy/deleteNoneDicomStudyFile")
|
||||
{
|
||||
isDistinctionInterface = false;
|
||||
|
||||
extraIdentification = "/DeleteNoneDicomFileZero";
|
||||
}
|
||||
|
||||
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
|
||||
|
|
|
|||
Loading…
Reference in New Issue