Compare commits

..

No commits in common. "4eb64cde931ced24e1f6b892e29e4d58b24a2516" and "4e0becfd5c535a794204dbf8438be5b52dc8fd19" have entirely different histories.

View File

@ -214,10 +214,10 @@ func MetricsVideoSubmitExport(ctx *gin.Context) {
t, err := time.Parse("2006-01", req.Month)
if err != nil {
resp, err = service.CastProvider.WorkList(newCtx, &cast.WorkListReq{
SubmitStartTime: datetime.BeginOfMonth(t).Format(time.DateTime),
SubmitEndTime: datetime.EndOfMonth(t).Format(time.DateTime),
Page: 1,
PageSize: 99999,
SubmitStartTime: datetime.BeginOfMonth(t).Format(time.DateTime),
StatusUpdateTimeEnd: datetime.EndOfMonth(t).Format(time.DateTime),
Page: 1,
PageSize: 99999,
})
} else {
resp, err = service.CastProvider.WorkList(newCtx, &cast.WorkListReq{