修改配置
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
23ba634a42
commit
48a98de7cc
|
@ -1899,6 +1899,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public Guid? GroupId { get; set; }
|
public Guid? GroupId { get; set; }
|
||||||
|
|
||||||
|
public bool IsGroup { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 导出的CDISCName
|
/// 导出的CDISCName
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -135,6 +135,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
QuestionName = _userInfo.IsEn_Us ? x.GroupEnName : x.GroupName,
|
QuestionName = _userInfo.IsEn_Us ? x.GroupEnName : x.GroupName,
|
||||||
ExportResult = x.ExportResult,
|
ExportResult = x.ExportResult,
|
||||||
GroupId= x.GroupId,
|
GroupId= x.GroupId,
|
||||||
|
IsGroup= true,
|
||||||
ShowOrder = x.ShowOrder,
|
ShowOrder = x.ShowOrder,
|
||||||
IsTableQuestion = false,
|
IsTableQuestion = false,
|
||||||
CDISCCode = x.CDISCCode,
|
CDISCCode = x.CDISCCode,
|
||||||
|
|
Loading…
Reference in New Issue