Compare commits

..

No commits in common. "43b302b727cc99d12de83a8d801fb45efbefd1d4" and "0e0cf881be2ac32e8cefed1751cc5919316c3be4" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -3118,7 +3118,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
var quesionList = await _dbContext.ReadingQuestionTrial.Where(t => questionIdList.Contains(t.Id)).Select(t => new
{
QuestionName=_userInfo.IsEn_Us?t.QuestionEnName: t.QuestionName,
t.QuestionName,
t.QuestionEnName,
QuestionId = t.Id,
t.DictionaryCode,
@ -3136,7 +3136,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
TaskBlindName = u.VisitTask.TaskBlindName,
QuestionId = u.ReadingQuestionTrialId,
QuestionName= _userInfo.IsEn_Us ? u.ReadingQuestionTrial.QuestionEnName : u.ReadingQuestionTrial.QuestionName,
u.ReadingQuestionTrial.QuestionName,
u.ReadingQuestionTrial.QuestionEnName,
u.ReadingQuestionTrial.DictionaryCode,
u.ReadingQuestionTrial.ShowOrder,