Commit 5469c624 authored by 温志超's avatar 温志超

更改工序的查询排序方式

parent 66d95b4c
......@@ -54,7 +54,7 @@
<if test="attention != null and attention != ''">and attention = #{attention}</if>
<if test="enableFlag != null and enableFlag != ''">and enable_flag = #{enableFlag}</if>
</where>
order by create_time desc
order by create_time
</select>
<select id="selectProProcessByProcessId" parameterType="Long" resultMap="ProProcessResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment