fix:修正bug
This commit is contained in:
parent
137e752c1b
commit
7f5384c935
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user