|
|
@ -217,7 +217,7 @@ |
|
|
|
<if test="processInstanceName != null and processInstanceName != ''"> |
|
|
|
<if test="processInstanceName != null and processInstanceName != ''"> |
|
|
|
and process.name like concat('%', #{processInstanceName}, '%') |
|
|
|
and process.name like concat('%', #{processInstanceName}, '%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
order by instance.start_time desc |
|
|
|
order by instance.submit_time desc |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<select id="queryStreamTaskInstanceListPaging" resultType="org.apache.dolphinscheduler.dao.entity.TaskInstance"> |
|
|
|
<select id="queryStreamTaskInstanceListPaging" resultType="org.apache.dolphinscheduler.dao.entity.TaskInstance"> |
|
|
|
select |
|
|
|
select |
|
|
|