Skip to content

Commit

Permalink
fix(controller): rename job dataset mapper name (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing authored Sep 8, 2022
1 parent 1c7f6c2 commit e91f8fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
and ds.id = dsv.dataset_id
</select>

<insert id="addJobSwDSVersions">
<insert id="addJobSwdsVersions">
insert into job_dataset_version_rel (job_id, dataset_version_id)
values
<foreach collection="dsvIds" item="vid" index="index" separator=",">
Expand Down

0 comments on commit e91f8fd

Please sign in to comment.