Commit ae2bdc80 by huangfusuper

重跑取runID错误

parent c33e97c8
...@@ -55,9 +55,8 @@ public class NodeVerificationImpl implements NodeVerification { ...@@ -55,9 +55,8 @@ public class NodeVerificationImpl implements NodeVerification {
public boolean superiorNodeStatus(JobTask thisJobTask) { public boolean superiorNodeStatus(JobTask thisJobTask) {
//获取该节点的运行标识 //获取该节点的运行标识
String runId = thisJobTask.getRunId(); String runId = thisJobTask.getRunId();
String reRunId;
if(ScheduleTypeEnum.REPEAT.getCode().equals(thisJobTask.getScheduleType())) { if(ScheduleTypeEnum.REPEAT.getCode().equals(thisJobTask.getScheduleType())) {
reRunId = thisJobTask.getReRunId(); runId = thisJobTask.getReRunId();
} }
//查询该节点的依赖节点 //查询该节点的依赖节点
......
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