Test.EIImageViewer
he 2022-11-11 10:48:10 +08:00
parent 1b15abee23
commit 597abb7a90
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "评估更新类型" });