This commit is contained in:
he
2023-01-03 14:10:42 +08:00
parent b055365f18
commit b4ffae867b
4 changed files with 28 additions and 1 deletions
@@ -245,7 +245,9 @@ namespace IRaCIS.Application.Services
.Select(x => new CriterionOtherQuestionOutDto()
{
QuestionId = x.Id,
QuestionName = x.QuestionName,
DictionaryCode=x.DictionaryCode,
QuestionGenre=x.QuestionGenre,
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName,_userInfo.IsEn_Us),
TypeValue = x.TypeValue,
GroupName = x.GroupName,
}).ToListAsync();
@@ -551,6 +553,8 @@ namespace IRaCIS.Application.Services
.Select(x => new CriterionOtherQuestionOutDto()
{
QuestionId = x.Id,
DictionaryCode=x.DictionaryCode,
QuestionGenre=x.QuestionGenre,
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
TypeValue = x.TypeValue,
GroupName = x.GroupName,