Skip to content

Commit

Permalink
Merge pull request #171 from actiontech/fix-time
Browse files Browse the repository at this point in the history
fix:time error
  • Loading branch information
LordofAvernus authored Feb 2, 2024
2 parents 532b5fe + 843ebf9 commit 3dddb5c
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 3dddb5c

Please sign in to comment.