Commit f8c95856 by huangfusuper

对重跑节点的单独处理

parent 984611e0
...@@ -138,7 +138,7 @@ public class TaskThreadRunHelper extends BaseThreadRunHelper { ...@@ -138,7 +138,7 @@ public class TaskThreadRunHelper extends BaseThreadRunHelper {
} }
String runId; String runId;
if(ScheduleEnum.REPEAT.getCode() .equals(thisJobTask.getScheduleType()) ){ if(ScheduleTypeEnum.REPEAT.getCode() .equals(thisJobTask.getScheduleType()) ){
runId = thisJobTask.getReRunId(); runId = thisJobTask.getReRunId();
}else{ }else{
runId = thisJobTask.getRunId(); runId = thisJobTask.getRunId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment