提交修改
This commit is contained in:
parent
a0f40182a9
commit
b400c7e5b6
@ -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++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user