修改
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ namespace IRaCIS.Application.Services
|
||||
List<GetGlobalQuestionType> questionTypes = new List<GetGlobalQuestionType>()
|
||||
{
|
||||
};
|
||||
if(criterionType== CriterionType.PCWG3)
|
||||
if(criterionType!= CriterionType.PCWG3)
|
||||
{
|
||||
questionTypes.Add(new GetGlobalQuestionType() { GlobalAnswerType = GlobalAnswerType.UpdateType, QuestionName = "评估更新类型" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user