Commit bd4ed3d7 by huangfusuper

解决节点依赖错误的问题

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