Revert "稽查修改"
continuous-integration/drone/push Build is passing Details

This reverts commit 83e64fd4aa.
Test_HIR_Net8
he 2025-07-17 10:20:33 +08:00
parent 83e64fd4aa
commit 006d1bd167
1 changed files with 0 additions and 7 deletions

View File

@ -2219,12 +2219,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
var entity = item.Entity as ReadingClinicalDataPDF;
string extraIndentification=string.Empty;
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager)
{
extraIndentification= "/PM";
}
var clinicalData = await _dbContext.ReadingClinicalData.Where(t => t.Id == entity.ReadingClinicalDataId).FirstOrDefaultAsync();
if (clinicalData != null)
{
@ -2255,7 +2249,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
TrialId = clinicalData.TrialId,
SubjectId = clinicalData.SubjectId,
ExtraIndentification = extraIndentification,
SubjectVisitId = subjectVisitId,
}, new
{