Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-07-08 11:30:32 +08:00
commit 1df08939cb
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