From 6e2e595933c5ee2d83312625f54c0b3ae7a17221 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 27 Sep 2023 08:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/task/svc/svc_hw_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/task/svc/svc_hw_order.go b/app/task/svc/svc_hw_order.go index 8d68aa5..2d5a56d 100644 --- a/app/task/svc/svc_hw_order.go +++ b/app/task/svc/svc_hw_order.go @@ -86,7 +86,7 @@ func GetHwOrder(p int, method, uid string) int { break } endTime := time.Now().Unix() - startTime := endTime - 300 + startTime := endTime - 86400 params := map[string]string{ "start_time": time.Unix(startTime, 0).Format("2006-01-02 15:04:05"), "end_time": time.Unix(endTime, 0).Format("2006-01-02 15:04:05"),