提交修改

This commit is contained in:
quyixiao 2020-09-03 15:31:59 +08:00
parent a0f40182a9
commit b400c7e5b6

View File

@ -277,6 +277,7 @@ public class ResultDetailServiceImpl extends ServiceImpl<ResultDetailMapper, Res
}
}
}
if(index ==0){
stepList.add(new Step(name, time, 1, "提交"));
}else if (index == flowRecordList.size() - 1) {
@ -292,6 +293,7 @@ public class ResultDetailServiceImpl extends ServiceImpl<ResultDetailMapper, Res
index++;
}
}
int flowIndex = lastFlowRecord != null ? lastFlowRecord.getFlowIndex() + 1 : 1;
log.info("flowIndex = " + flowIndex);
for (int i = flowIndex; i < flowIndex + 10; i++) {