This commit is contained in:
he
2022-11-08 16:47:55 +08:00
parent 2a1277cce1
commit d49640de70
@@ -175,7 +175,7 @@ namespace IRaCIS.Application.Services
QuestionName = "是否同意访视整体评估",
Type = "input",
GlobalAnswerType=GlobalAnswerType.AgreeOrNot,
GlobalReadingShowType= GlobalReadingShowType.AllShow,
}
};
@@ -197,6 +197,7 @@ namespace IRaCIS.Application.Services
QuestionName = item.QuestionName,
Type = "input",
GlobalAnswerType = item.GlobalAnswerType,
GlobalReadingShowType= GlobalReadingShowType.AllShow,
});
}