Skip to content

Commit

Permalink
fix:time error
Browse files Browse the repository at this point in the history
  • Loading branch information
taolx0 committed Feb 2, 2024
1 parent dde7007 commit 843ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dms/service/data_export_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (d *DMSService) BatchGetDataExportTask(ctx context.Context, req *dmsV1.Batc
DBInfo: dmsV1.TaskDBInfo{UidWithName: convertBizUidWithName(d.DBServiceUsecase.GetBizDBWithNameByUids(ctx, []string{task.DBServiceUid}))[0], DBType: "", DatabaseName: task.DatabaseName},
Status: dmsV1.DataExportTaskStatus(task.ExportStatus),
ExportStartTime: task.ExportStartTime,
ExportEndTime: task.ExportStartTime,
ExportEndTime: task.ExportEndTime,
FileName: task.ExportFileName,
ExportType: task.ExportType,
ExportFileType: task.ExportFileType,
Expand Down

0 comments on commit 843ebf9

Please sign in to comment.