From 7f5384c935f73dd9a24690c21f1ab624e98201f1 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Tue, 13 Jan 2026 14:44:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=AD=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/bundleMetrics.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/dao/bundleMetrics.go b/internal/dao/bundleMetrics.go index 6381e4b..847ae1a 100644 --- a/internal/dao/bundleMetrics.go +++ b/internal/dao/bundleMetrics.go @@ -1284,7 +1284,6 @@ func MetricsArtistAccountExport(req *bundle.MetricsArtistAccountExportReq) (*bun subQuery := app.ModuleClients.BundleDB.Table("cast_media_account"). Select("artist_uuid,any_value(artist_name) as artist_name,any_value(created_at) as created_at"). Group("artist_uuid"). - Where("created_at >= ?", start.Unix()).Where("created_at <= ?", end.Unix()). Where("deleted_at = 0") //如果选择了月份 if len(req.Month) > 0 {