This commit is contained in:
tanglong 2025-06-13 14:18:12 +08:00
parent 1e9fe3fb09
commit 96fc80bebd

View File

@ -476,6 +476,10 @@ namespace YD_WeChatApplet.Services
{
var res = new StudentClassRoomReportDto();
if (string.IsNullOrWhiteSpace(studentNo))
studentNo = UserLoginContext.Current.UserNo;
var query = from hrd in _sportsContext.Ai_HeartRateData
where hrd.ClassRoomRecordId == classRoomId &&
hrd.StudentNo == studentNo