工作台排序
This commit is contained in:
@@ -371,7 +371,7 @@
|
|||||||
and a.workflow_status = #{workflowStatus}
|
and a.workflow_status = #{workflowStatus}
|
||||||
</if>
|
</if>
|
||||||
<if test="workflowStatus!=null and workflowStatus=='1'">
|
<if test="workflowStatus!=null and workflowStatus=='1'">
|
||||||
order by b.create_time
|
order by a.create_time
|
||||||
</if>
|
</if>
|
||||||
<if test="workflowStatus!=null and workflowStatus=='0'">
|
<if test="workflowStatus!=null and workflowStatus=='0'">
|
||||||
order by a.update_time
|
order by a.update_time
|
||||||
|
|||||||
Reference in New Issue
Block a user