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

Test_IRC_Net8
he 2025-03-11 16:59:34 +08:00
parent 94507c7887
commit 92e99edbbd
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
//TrialDicList = string.Join(",", trialDics)
ImageFormatListStr = string.Join("|", entity.ImageFormatList),
StudyNamesStr = string.Join("|", entity.StudyNameList.Where(x => x.IsChoose).Select(x=>_userInfo.IsEn_Us?x.EnName:x.Name )),
CriterionNames = string.Join(",", criterionNameList.Union(memoryCriterionNameList).Distinct()),