From 967bd5ee4dc5210f202d785703934201dfb18b35 Mon Sep 17 00:00:00 2001 From: Gavin Hawk <109343165+penggeyuanlishe@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DIssue-14397=EF=BC=9A=E7=94=B1?= =?UTF-8?q?=E4=BA=8E=E5=AF=BC=E5=85=A5=E7=9A=84=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=AE=BE=E7=BD=AEtaskExecuteType=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=9C=A8=E4=BB=BB=E5=8A=A1=E5=AE=9A=E4=B9=89=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E6=97=A0=E6=B3=95=E5=B1=95=E7=A4=BA=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=EF=BC=8C=E5=9C=B0=E5=9D=80=EF=BC=9Ahttps://github.com?= =?UTF-8?q?/apache/dolphinscheduler/issues/14397=20(#14398)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: huangjp@zetyun.com --- .../apache/dolphinscheduler/dao/entity/TaskDefinitionLog.java | 1 + 1 file changed, 1 insertion(+) diff --git a/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskDefinitionLog.java b/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskDefinitionLog.java index f070fdb165..df69adcaaf 100644 --- a/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskDefinitionLog.java +++ b/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskDefinitionLog.java @@ -72,6 +72,7 @@ public class TaskDefinitionLog extends TaskDefinition { this.setModifyBy(taskDefinition.getModifyBy()); this.setCpuQuota(taskDefinition.getCpuQuota()); this.setMemoryMax(taskDefinition.getMemoryMax()); + this.setTaskExecuteType(taskDefinition.getTaskExecuteType()); } public int getOperator() {