。。。

This commit is contained in:
wangliwen 2022-07-08 11:29:39 +08:00
parent 76584319d4
commit 2ab4b169f5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<![CDATA[and ahp.END_TIME_ <= #{finishedEndTime}]]>
</if>
<if test="processDefinitionKey != null">
aht.PROC_DEF_ID_ LIKE #{processDefinitionKey}
and aht.PROC_DEF_ID_ LIKE #{processDefinitionKey}
</if>
ORDER BY
ahp.START_TIME_ DESC