Commit f8c95856 by huangfusuper

对重跑节点的单独处理

parent 984611e0
......@@ -138,7 +138,7 @@ public class TaskThreadRunHelper extends BaseThreadRunHelper {
}
String runId;
if(ScheduleEnum.REPEAT.getCode() .equals(thisJobTask.getScheduleType()) ){
if(ScheduleTypeEnum.REPEAT.getCode() .equals(thisJobTask.getScheduleType()) ){
runId = thisJobTask.getReRunId();
}else{
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