Uat_Study
parent
3d401a82a1
commit
08522bf4e8
|
@ -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
|
||||||
|
|
|
@ -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 =>
|
||||||
|
|
Loading…
Reference in New Issue