From 0fd6319e34c2e8907be8940cda12be6d9542de9e Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Tue, 13 Jan 2026 16:12:32 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/bundleMetrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/bundle/bundleMetrics.go b/pkg/service/bundle/bundleMetrics.go index f4eb34e..ed6ad3a 100644 --- a/pkg/service/bundle/bundleMetrics.go +++ b/pkg/service/bundle/bundleMetrics.go @@ -256,7 +256,7 @@ func MetricsVideoSubmitExport(ctx *gin.Context) { return } newCtx := serviceCast.NewCtxWithUserInfo(ctx) - if err == nil { + if len(req.Month) > 0 { resp, err = service.CastProvider.WorkList(newCtx, &cast.WorkListReq{ SubmitTimeMonths: req.Month, Page: 1,