瀏覽代碼

问题处理

yzc 10 月之前
父節點
當前提交
cfc7851213
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hx-flow/src/main/java/com/fjhx/flow/service/flow/impl/FlowExampleServiceImpl.java

+ 1 - 1
hx-flow/src/main/java/com/fjhx/flow/service/flow/impl/FlowExampleServiceImpl.java

@@ -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));
         }
 
         // 赋值流程发起人名称