查询修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net10
he 2026-08-13 16:43:22 +08:00
parent c040b332a4
commit dfb9bd2e67
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
using DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms;
using IRaCIS.Core.Application.Contracts; using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Application.Service.Reading.Dto; using IRaCIS.Core.Application.Service.Reading.Dto;
using IRaCIS.Core.Domain.Share; using IRaCIS.Core.Domain.Share;
@ -58,6 +59,12 @@ namespace IRaCIS.Core.Application.Service
ReadingQuestionTrialId = x.Id, ReadingQuestionTrialId = x.Id,
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us), QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
ShowOrder = x.ShowOrder, ShowOrder = x.ShowOrder,
Type = x.Type,
TypeValue = x.TypeValue,
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
Unit = x.Unit,
CustomUnit = x.CustomUnit,
}) })
.ToListAsync(); .ToListAsync();