|
|
@ -51,6 +51,7 @@ |
|
|
|
and name like concat('%', #{name}, '%') |
|
|
|
and name like concat('%', #{name}, '%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
|
|
|
|
order by update_time desc |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="queryTaskGroupPagingByProjectCode" resultType="org.apache.dolphinscheduler.dao.entity.TaskGroup"> |
|
|
|
<select id="queryTaskGroupPagingByProjectCode" resultType="org.apache.dolphinscheduler.dao.entity.TaskGroup"> |
|
|
@ -59,6 +60,7 @@ |
|
|
|
</include> |
|
|
|
</include> |
|
|
|
from t_ds_task_group |
|
|
|
from t_ds_task_group |
|
|
|
where project_code in ( #{projectCode} , 0) |
|
|
|
where project_code in ( #{projectCode} , 0) |
|
|
|
|
|
|
|
order by update_time desc |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<!--modify data by id--> |
|
|
|
<!--modify data by id--> |
|
|
|