Browse Source

流转记录打印节点
流程相关列表倒序

大数据与最优化研究所 1 year ago
parent
commit
5e6d25b2df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/workflow/WorkflowExtraMapper.xml

+ 1 - 1
src/main/resources/mapper/workflow/WorkflowExtraMapper.xml

@@ -28,7 +28,7 @@
                 #{taskId}
             </foreach>
         </if>
-    order by t.start_time DESC,
+    order by t.start_time DESC
     </select>
 
 </mapper>