修改配置
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-01-22 09:27:24 +08:00
parent 23ba634a42
commit 48a98de7cc
2 changed files with 3 additions and 0 deletions

View File

@ -1899,6 +1899,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? GroupId { get; set; }
public bool IsGroup { get; set; } = false;
/// <summary>
/// 导出的CDISCName
/// </summary>

View File

@ -135,6 +135,7 @@ namespace IRaCIS.Core.Application.Service
QuestionName = _userInfo.IsEn_Us ? x.GroupEnName : x.GroupName,
ExportResult = x.ExportResult,
GroupId= x.GroupId,
IsGroup= true,
ShowOrder = x.ShowOrder,
IsTableQuestion = false,
CDISCCode = x.CDISCCode,