diff --git a/internal/dao/bundleMetrics.go b/internal/dao/bundleMetrics.go index fca0a56..401f19f 100644 --- a/internal/dao/bundleMetrics.go +++ b/internal/dao/bundleMetrics.go @@ -1322,7 +1322,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 {