Test.EIImageViewer
parent
1b15abee23
commit
597abb7a90
|
@ -185,7 +185,7 @@ namespace IRaCIS.Application.Services
|
||||||
List<GetGlobalQuestionType> questionTypes = new List<GetGlobalQuestionType>()
|
List<GetGlobalQuestionType> questionTypes = new List<GetGlobalQuestionType>()
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
if(criterionType== CriterionType.PCWG3)
|
if(criterionType!= CriterionType.PCWG3)
|
||||||
{
|
{
|
||||||
questionTypes.Add(new GetGlobalQuestionType() { GlobalAnswerType = GlobalAnswerType.UpdateType, QuestionName = "评估更新类型" });
|
questionTypes.Add(new GetGlobalQuestionType() { GlobalAnswerType = GlobalAnswerType.UpdateType, QuestionName = "评估更新类型" });
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue