Explorar el Código

调整

datasub12_previous
H Vs hace 1 año
padre
commit
582bedf5ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      HealthMonitor.Service/Resolver/BloodpressResolver.cs

+ 1
- 1
HealthMonitor.Service/Resolver/BloodpressResolver.cs Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar