Uat_Study
parent
3d401a82a1
commit
08522bf4e8
|
@ -1680,6 +1680,11 @@
|
|||
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.TableQuestionDataInfo.Id">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.TableQuestionDataInfo.ReadingQuestionId">
|
||||
<summary>
|
||||
问题ID
|
||||
|
|
|
@ -1018,7 +1018,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
var groupList = new List<GetSystemReadingQuestionOutDto>();
|
||||
|
||||
qusetionList = qusetionList.Where(x => x.ParentId == null).ToList();
|
||||
//qusetionList = qusetionList.Where(x => x.ParentId == null).ToList();
|
||||
|
||||
groupList = qusetionList.Where(x => x.Type == "group" || (x.ParentId == null && x.GroupName.IsNullOrEmpty())).ToList();
|
||||
groupList.ForEach(x =>
|
||||
|
|
Loading…
Reference in New Issue