update_time

This commit is contained in:
苏竹红
2023-09-22 14:31:39 +08:00
parent e0cba31388
commit 11ff0ab0ae

View File

@@ -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">