添加字段和表
parent
f3d74d4dd2
commit
9d2957bbec
|
@ -10,7 +10,7 @@
|
||||||
where node_id =${nodeId}
|
where node_id =${nodeId}
|
||||||
</select>
|
</select>
|
||||||
<select id="selectByTaskId" resultType="com.muyu.common.domian.TaskInput">
|
<select id="selectByTaskId" resultType="com.muyu.common.domian.TaskInput">
|
||||||
SELECT DISTINCT database_id
|
SELECT DISTINCT e.table_name,e.table_as_name
|
||||||
FROM etl_task_input e left join table_info t on e.database_id=t.id
|
FROM etl_task_input e left join table_info t on e.database_id=t.id
|
||||||
where task_id =${taskId}
|
where task_id =${taskId}
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue