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

Test_HIR_Net8
he 2025-07-17 09:56:35 +08:00
parent 7c7ce6632a
commit 83e64fd4aa
1 changed files with 7 additions and 0 deletions

View File

@ -2219,6 +2219,12 @@ 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)
{
@ -2249,6 +2255,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
TrialId = clinicalData.TrialId,
SubjectId = clinicalData.SubjectId,
ExtraIndentification = extraIndentification,
SubjectVisitId = subjectVisitId,
}, new
{