提交
This commit is contained in:
parent
a4d00be7bd
commit
dddcff8573
@ -353,7 +353,7 @@ namespace VOL.Ai.Services
|
||||
StudentName = s.StudentName,
|
||||
Sex = s.Sex,
|
||||
Age = s.Age,
|
||||
Photo = s.Photo,
|
||||
Photo = s.Photo ?? "",
|
||||
ClassName = c.ClassName,
|
||||
GradeName = g.GradeName,
|
||||
OrderNo = s.OrderNo
|
||||
@ -1488,7 +1488,7 @@ namespace VOL.Ai.Services
|
||||
&& (paramDto.ClassRoomStageId <= 0 || hrd.ClassroomStageId == paramDto.ClassRoomStageId)
|
||||
select hrd;
|
||||
|
||||
var heartRateDataList = await query.Select(x => new { x.GradeName, x.StudentNo, x.StudentName, x.Sex, x.ClassName, x.Value, x.Strength, x.Consumption, x.ScoreTime }).ToListAsync();
|
||||
var heartRateDataList = await query.ToListAsync();
|
||||
|
||||
if (heartRateDataList.Count == 0)
|
||||
return res;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user