Pārlūkot izejas kodu

调整GetSampleTimeFromLastUpdate精度

datasub12_fetal_heart_rate_1
H Vs pirms 1 mēnesi
vecāks
revīzija
c332c80a23
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +4
    -4
      HealthMonitor.WebApi/Worker.cs

+ 4
- 4
HealthMonitor.WebApi/Worker.cs Parādīt failu

@@ -2611,10 +2611,10 @@ namespace HealthMonitor.WebApi
private DateTime GetSampleTimeFromLastUpdate(DateTime lastUpdate,int interval)
{
DateTime nowInterval = lastUpdate;
if (nowInterval.Second > 0)
{
nowInterval = nowInterval.AddMinutes(1);
}
//if (nowInterval.Second > 0)
//{
// nowInterval = nowInterval.AddMinutes(1);
//}
// 计算last_update到上一间隔的分钟数
int minutesToSubtract = nowInterval.Minute % interval;



Notiek ielāde…
Atcelt
Saglabāt