From 21d4c27fbf316a26cec2046bba893c7926253f20 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Thu, 10 Jul 2025 11:32:54 +0800 Subject: [PATCH] yn --- VOL.Ai/Services/AiAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VOL.Ai/Services/AiAppService.cs b/VOL.Ai/Services/AiAppService.cs index ae07020..104ca08 100644 --- a/VOL.Ai/Services/AiAppService.cs +++ b/VOL.Ai/Services/AiAppService.cs @@ -1424,7 +1424,7 @@ namespace VOL.Ai.Services var res = new GetClassReportDetailsModel(); var query = from hrd in _teacherRepository.DbContext.Set() - where hrd.ClassRoomRecordId == paramDto.ClassRoomRecordId && + where hrd.ClassRoomRecordId == paramDto.ClassRoomRecordId && hrd. select hrd; var heartRateDataList = await query.ToListAsync();