Commit 8c014166 by huangfusuper

补批BUG

parent ef263907
......@@ -152,6 +152,7 @@ public class ApiFlowOperatingServiceImpl implements ApiFlowOperatingService {
SpecialJobParam specialJobParam = new SpecialJobParam();
BeanUtils.copyProperties(repairFlow, specialJobParam);
specialJobParam.setStartNodeTaskName("start");
specialJobParam.setRepairTimeList(repairFlow.getRepairTimes());
specialRunBatch(specialJobParam);
}
}
......
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