修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user