一点优化
This commit is contained in:
parent
940fc384aa
commit
7f7c4d2b15
|
@ -53,6 +53,8 @@
|
|||
<if test="finishedEndTime != null">
|
||||
<![CDATA[and ahp.END_TIME_ <= #{finishedEndTime}]]>
|
||||
</if>
|
||||
ORDER BY
|
||||
ahp.START_TIME_ DESC
|
||||
</select>
|
||||
|
||||
<select id="getTaskHandleDetailInfo" resultMap="HistoryDetail">
|
||||
|
|
Loading…
Reference in New Issue