Explorar el Código

取消胎动计算步数、心理压力的补充算法

datasub12_fetal_heart_rate_1
H Vs hace 1 mes
padre
commit
679fde527e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      HealthMonitor.WebApi/Worker.cs

+ 2
- 2
HealthMonitor.WebApi/Worker.cs Ver fichero

@@ -1484,7 +1484,7 @@ namespace HealthMonitor.WebApi
var fetalMovementPpVar = 0;
var fetalMovementFhrVar = 0;
// 步数
if (true)
if (false)
{
var step = await _personCacheMgr.GetStepPeriodicityAsync(imeiDel);
if (step != null)
@@ -1561,7 +1561,7 @@ namespace HealthMonitor.WebApi

}
// 心理
if (true)
if (false)
{
//-1 不处理,
//0 正常,


Cargando…
Cancelar
Guardar