This commit is contained in:
parent
1e9fe3fb09
commit
96fc80bebd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user