fix this issue (#8274)
parent
1f87eb6760
commit
6ae3efb5b6
|
|
@ -51,6 +51,7 @@
|
|||
and name like concat('%', #{name}, '%')
|
||||
</if>
|
||||
</where>
|
||||
order by update_time desc
|
||||
</select>
|
||||
|
||||
<select id="queryTaskGroupPagingByProjectCode" resultType="org.apache.dolphinscheduler.dao.entity.TaskGroup">
|
||||
|
|
@ -59,6 +60,7 @@
|
|||
</include>
|
||||
from t_ds_task_group
|
||||
where project_code in ( #{projectCode} , 0)
|
||||
order by update_time desc
|
||||
</select>
|
||||
|
||||
<!--modify data by id-->
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
and group_id = #{groupId}
|
||||
</if>
|
||||
</where>
|
||||
order by update_time desc
|
||||
</select>
|
||||
|
||||
<select id="queryByStatus" resultMap="TaskGroupQueueMap" resultType="map">
|
||||
|
|
@ -149,6 +150,7 @@
|
|||
#{i.code}
|
||||
</foreach>
|
||||
</if>
|
||||
order by queue.update_time desc
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue