工作台排序

This commit is contained in:
xiaodong.hu
2023-11-21 23:59:34 +08:00
parent c43a845069
commit 6c4dc60ed6

View File

@@ -371,7 +371,7 @@
and a.workflow_status = #{workflowStatus}
</if>
<if test="workflowStatus!=null and workflowStatus=='1'">
order by b.create_time
order by a.create_time
</if>
<if test="workflowStatus!=null and workflowStatus=='0'">
order by a.update_time