实时
This commit is contained in:
parent
bb7d737743
commit
c65f0d665e
@ -36,6 +36,7 @@ namespace YD_AllHeartRates.Api.Controllers
|
||||
var res = await _rateReportService.SchoolHeartRateReport(scoreTime);
|
||||
return res;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 年级心率报告
|
||||
/// </summary>
|
||||
@ -54,7 +55,7 @@ namespace YD_AllHeartRates.Api.Controllers
|
||||
[HttpGet(nameof(ClassHeartRateReport))]
|
||||
public async Task<ClassHeartRateReportDataDto> ClassHeartRateReport(int classId, DateTime? scoreTime = null)
|
||||
{
|
||||
var res = await _rateReportService.ClassHeartRateReport(classId,scoreTime);
|
||||
var res = await _rateReportService.ClassHeartRateReport(classId, scoreTime);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,8 @@ namespace YD_AllHeartRates.Api.Mqtt
|
||||
on d.StudentNo equals s.StudentNo
|
||||
join c in _smartSportsContext.Class
|
||||
on s.ClassId equals c.Id
|
||||
where d.SchoolCode == "202501060001" && s.StudentStatus == 1
|
||||
//where d.SchoolCode == "202501060001" && s.StudentStatus == 1
|
||||
where s.StudentStatus == 1
|
||||
select new StudentDto
|
||||
{
|
||||
SchoolCode = s.SchoolCode,
|
||||
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Api")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4be147ed0cb397741b6ca580b8b7ce5452603a18")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bb7d737743d885b89159d8cd660b5a6f735b58fc")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
06c8e83f866dbe7a14cff35782bb4ee85519838545231f3e9dabb994b6d2fb17
|
||||
dfb97606768838e4aa70954409fb9d6f143de66d8d987546b458076e54897add
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user