update_time
This commit is contained in:
@@ -360,7 +360,12 @@
|
||||
<if test="workflowStatus!=null and workflowStatus!=''">
|
||||
and a.workflow_status = #{workflowStatus}
|
||||
</if>
|
||||
order by b.create_time
|
||||
<if test="workflowStatus!=null and workflowStatus=='1'">
|
||||
order by b.update_time
|
||||
</if>
|
||||
<if test="workflowStatus!=null and workflowStatus=='0'">
|
||||
order by a.create_time
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="selectByLineId" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user