修改
This commit is contained in:
@@ -359,7 +359,7 @@ namespace IRaCIS.Application.Services
|
||||
.Select(x => new CriterionOtherQuestionOutDto()
|
||||
{
|
||||
DictionaryCode=x.DictionaryCode,
|
||||
|
||||
QuestionGenre=x.TableQuestionType,
|
||||
QuestionId = x.Id,
|
||||
QuestionName = x.QuestionName,
|
||||
TypeValue = x.TypeValue,
|
||||
@@ -680,6 +680,7 @@ namespace IRaCIS.Application.Services
|
||||
.Select(x => new CriterionOtherQuestionOutDto()
|
||||
{
|
||||
QuestionId = x.Id,
|
||||
QuestionGenre=x.TableQuestionType,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
|
||||
TypeValue = x.TypeValue,
|
||||
|
||||
Reference in New Issue
Block a user