修改配置
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
92486d8320
commit
d41c88beeb
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue