Browse Source

调整

datasub12_previous
H Vs 1 year ago
parent
commit
582bedf5ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HealthMonitor.Service/Resolver/BloodpressResolver.cs

+ 1
- 1
HealthMonitor.Service/Resolver/BloodpressResolver.cs View File

@@ -250,7 +250,7 @@ namespace HealthMonitor.Service.Resolver
if (string.IsNullOrWhiteSpace(schedule_push))
{
// 注册首次下推
#if DEBUG1
#if DEBUG
await _serviceEtcd.PutValAsync(key, result, 60*1, false).ConfigureAwait(false);
#else
//DateTime sNow = DateTime.Now;


Loading…
Cancel
Save