添加字段和表

master
Cui YongXing 2024-09-02 19:11:08 +08:00
parent f3d74d4dd2
commit 9d2957bbec
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
where node_id =${nodeId}
</select>
<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
where task_id =${taskId}
</select>