Compare commits
No commits in common. "4e0becfd5c535a794204dbf8438be5b52dc8fd19" and "616e98fcec5a0b2431a85dfdacf16f5573f697c8" have entirely different histories.
4e0becfd5c
...
616e98fcec
@ -214,8 +214,8 @@ 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),
|
||||
StatusUpdateTimeEnd: datetime.EndOfMonth(t).Format(time.DateTime),
|
||||
SubmitStartTime: datetime.BeginOfMonth(t).Format(time.RFC3339Nano),
|
||||
StatusUpdateTimeEnd: datetime.EndOfMonth(t).Format(time.RFC3339Nano),
|
||||
Page: 1,
|
||||
PageSize: 99999,
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user