一点优化

This commit is contained in:
wangliwen 2022-04-28 09:18:24 +08:00
parent 940fc384aa
commit 7f7c4d2b15
2 changed files with 5 additions and 3 deletions

View File

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