修改
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user