display timing record start time (#10915)

This commit is contained in:
zhuxt2015 2022-07-13 09:53:48 +08:00 committed by GitHub
parent 0db9bbd538
commit c9afc1a1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ public class ScheduleVo {
this.setWarningType(schedule.getWarningType());
this.setWarningGroupId(schedule.getWarningGroupId());
this.setUserId(schedule.getUserId());
this.setCreateTime(schedule.getCreateTime());
this.setUpdateTime(schedule.getUpdateTime());
this.setTimezoneId(schedule.getTimezoneId());
this.setReleaseState(schedule.getReleaseState());