修改
This commit is contained in:
@@ -129,6 +129,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// 不传为获取系统的
|
||||
/// </remarks>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
public async Task<List<QCQuestionView>> GetQuestionView(QCQuestionViewInDto inDto)
|
||||
{
|
||||
var question = new List<QCQuestionView>();
|
||||
@@ -152,7 +153,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
|
||||
|
||||
public void GetQuestionChild(QCQuestionView parent, List<QCQuestionView> dataList)
|
||||
private void GetQuestionChild(QCQuestionView parent, List<QCQuestionView> dataList)
|
||||
{
|
||||
parent.ChildList = dataList.Where(x => x.ParentId == parent.Id).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user