From c6b3b336ad1ceaeaeb56d2a5076cbec1c78898e0 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 2 Jul 2024 15:17:47 +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 --- hdl/hdl_condition.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hdl/hdl_condition.go b/hdl/hdl_condition.go index 3ffbf35..b06b935 100644 --- a/hdl/hdl_condition.go +++ b/hdl/hdl_condition.go @@ -393,7 +393,6 @@ func TotalSmallTeam(eg *xorm.Engine, uid string) string { return "0" } func GetOwnTaskVideoNum(eg *xorm.Engine, uid interface{}, task map[string]string, t time.Time) string { - t = time.Now() stime := time.Date(t.Year(), t.Month(), t.Day()-zhios_condition_statistics_utils.StrToInt(task["within_days"]), t.Hour(), 0, 0, 0, t.Location()).Format("20060102") if zhios_condition_statistics_utils.StrToInt(task["within_days"]) == 0 { stime = "0"