From cdae519bc7c9133e8d5e4f9c50d968502e2d60a1 Mon Sep 17 00:00:00 2001 From: H Vs Date: Tue, 15 Oct 2024 09:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8E=E5=8A=A8=E8=AE=A1=E7=AE=97=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HealthMonitor.WebApi/Worker.cs | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/HealthMonitor.WebApi/Worker.cs b/HealthMonitor.WebApi/Worker.cs index 0f74800..492e64c 100644 --- a/HealthMonitor.WebApi/Worker.cs +++ b/HealthMonitor.WebApi/Worker.cs @@ -974,6 +974,31 @@ namespace HealthMonitor.WebApi #endregion #region 相隔1小时胎动延时计算(实时now是2小时,计算 lastupdate 0~1范围的数据,) + /** + 0~1->2 + 1~2->3 + 2~3->4 + 3~4->5 + 4~5->6 + 5~6->7 + 7~8->9 + 8~9->10 + 9~10->11 + 10~11->12 + 11~12->13 + 12~13->14 + 14~15->16 + 14~15->16 + 15~16->17 + 16~17->18 + 17~18->19 + 18~19->20 + 19~20->21 + 20~21->22 + 21~22->23 + 22~23->0 + 23~0->1 + */ using (_logger.BeginScope(new Dictionary { ["RequestId"] = $"FM-{imeiDel}-{DateTime.Now.ToString("yyyyMMddHHmmss")}" })) { try