|
@@ -491,7 +491,7 @@ public class FlowExampleServiceImpl extends ServiceImpl<FlowExampleMapper, FlowE
|
|
|
|
|
|
//赋值节点耗时
|
|
|
for (FlowExampleVo record : records) {
|
|
|
- record.setDurationStr(DateUtil.formatBetween(new Date(), record.getDurationBeginTime(), BetweenFormatter.Level.MINUTE));
|
|
|
+ record.setDurationStr(DateUtil.formatBetween(record.getDurationBeginTime(), new Date(), BetweenFormatter.Level.MINUTE));
|
|
|
}
|
|
|
|
|
|
// 赋值流程发起人名称
|