IRC_NewDev
he 2024-03-12 14:31:56 +08:00
parent b102d23477
commit 7d63f3f5cb
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ namespace IRaCIS.Core.Application.Service
if (!needList.Any(x => x.ReadingCategory == item))
{
needList.AddRange(await _readingMedicineSystemQuestionRepository
.Where(x => x.IsEnable)
.Where(x => x.IsEnable)
.Where(x => x.LanguageType == inDto.LanguageType)
.Where(x => x.ReadingCategory == item && x.IsGeneral)
.Select(x => new TrialDataFromSystem()