Merge branch 'master' into docker_package
This commit is contained in:
commit
1df08939cb
|
@ -54,7 +54,7 @@
|
||||||
<![CDATA[and ahp.END_TIME_ <= #{finishedEndTime}]]>
|
<![CDATA[and ahp.END_TIME_ <= #{finishedEndTime}]]>
|
||||||
</if>
|
</if>
|
||||||
<if test="processDefinitionKey != null">
|
<if test="processDefinitionKey != null">
|
||||||
aht.PROC_DEF_ID_ LIKE #{processDefinitionKey}
|
and aht.PROC_DEF_ID_ LIKE #{processDefinitionKey}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY
|
ORDER BY
|
||||||
ahp.START_TIME_ DESC
|
ahp.START_TIME_ DESC
|
||||||
|
|
Loading…
Reference in New Issue