Uat_Study
he 2022-08-26 13:15:35 +08:00
parent 3d401a82a1
commit 08522bf4e8
2 changed files with 6 additions and 1 deletions

View File

@ -1680,6 +1680,11 @@
</summary> </summary>
</member> </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"> <member name="P:IRaCIS.Core.Application.Service.Reading.Dto.TableQuestionDataInfo.ReadingQuestionId">
<summary> <summary>
问题ID 问题ID

View File

@ -1018,7 +1018,7 @@ namespace IRaCIS.Application.Services
var groupList = new List<GetSystemReadingQuestionOutDto>(); 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 = qusetionList.Where(x => x.Type == "group" || (x.ParentId == null && x.GroupName.IsNullOrEmpty())).ToList();
groupList.ForEach(x => groupList.ForEach(x =>