This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c9afc1a1f4 display timing record start time (#10915)
c9afc1a1f4 is described below

commit c9afc1a1f424704f480a631bb9ec25b8771cf01e
Author: zhuxt2015 <[email protected]>
AuthorDate: Wed Jul 13 09:53:48 2022 +0800

    display timing record start time (#10915)
---
 .../src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.java
 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.java
index 0137c76ac2..708eaa1082 100644
--- 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.java
+++ 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.java
@@ -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());

Reply via email to