From 6e3dff485788426e94b7fad0edb1717e3f0c9f40 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 14 十一月 2024 11:24:06 +0800
Subject: [PATCH] selfAdapt

---
 src/utils/util.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/utils/util.ts b/src/utils/util.ts
index b378009..830c686 100644
--- a/src/utils/util.ts
+++ b/src/utils/util.ts
@@ -470,6 +470,7 @@
 	const startDate = new Date();
 	startDate.setTime(startDate.getTime() - 3600 * 1000 * 24 * dates);
 	startDate.setHours(0, 0, 0, 0);
+	endDate.setHours(23,59,59,59)
 	return [startDate, endDate];
 };
 

--
Gitblit v1.9.3