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