Browse Source

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

datasub12_fetal_heart_rate_1
H Vs 4 months ago
parent
commit
679fde527e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      HealthMonitor.WebApi/Worker.cs

+ 2
- 2
HealthMonitor.WebApi/Worker.cs View File

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


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


Loading…
Cancel
Save