Commit 29ede9b7 by huangfusuper

修复RPCserver调用失败后无法写回的BUG

parent c9dee362
......@@ -1331,6 +1331,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
waitingRecord.setScheduleType(ScheduleTypeEnum.REPAIR.getCode());
waitingRecord.setRepeatTime(repairTime);
waitingRecord.setWaitOrder(++order);
waitingRecord.setExtendedConfiguration(flow.getExtendedConfiguration());
//需要按着时间先后来设置时间
waitingRecord.setTriggerTime(System.currentTimeMillis());
//设置实例
......
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