This commit is contained in:
he
2022-11-11 10:48:10 +08:00
parent 1b15abee23
commit 597abb7a90
@@ -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 = "评估更新类型" });