From e346d199af9797ded89bfef1a9e8255ceb644565 Mon Sep 17 00:00:00 2001 From: CODE <1650192445@qq.com> Date: Tue, 29 Aug 2023 20:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=8E=87=E5=89=8D24=E5=B0=8F?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/project/group.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/controllers/project/group.js b/api/app/lib/controllers/project/group.js index 7f9f69a..bead78f 100644 --- a/api/app/lib/controllers/project/group.js +++ b/api/app/lib/controllers/project/group.js @@ -266,7 +266,7 @@ async function groupStatisticOnline (ctx) { "range": { "collect_time": { "gte": `${moment().subtract(24, 'hours').format('YYYY-MM-DDTHH:mm:ss.SSS')}Z`, - "gte": "2023-08-24T08:00:00.000Z", + // "gte": "2023-08-24T08:00:00.000Z", } } },