From f2202daa753d68cfe502ba418ea74fd5b1ddd290 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Thu, 4 Aug 2022 15:23:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.Application/Service/QC/QCQuestionService.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/Service/QC/QCQuestionService.cs b/IRaCIS.Core.Application/Service/QC/QCQuestionService.cs
index 52fc93a3e..e6ed79c48 100644
--- a/IRaCIS.Core.Application/Service/QC/QCQuestionService.cs
+++ b/IRaCIS.Core.Application/Service/QC/QCQuestionService.cs
@@ -129,6 +129,7 @@ namespace IRaCIS.Core.Application.Contracts
/// 不传为获取系统的
///
///
+ [HttpPost]
public async Task> GetQuestionView(QCQuestionViewInDto inDto)
{
var question = new List();
@@ -152,7 +153,7 @@ namespace IRaCIS.Core.Application.Contracts
- public void GetQuestionChild(QCQuestionView parent, List dataList)
+ private void GetQuestionChild(QCQuestionView parent, List dataList)
{
parent.ChildList = dataList.Where(x => x.ParentId == parent.Id).ToList();