Skip to content

Commit

Permalink
return id in udf_Tree_List in UDFTreeDao.xml (#4649)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh authored Jun 16, 2023
1 parent f7d81b5 commit c2319d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
parent, name, user_name, description, create_time,update_time, category
</sql>
<sql id="udf_Tree_List">
parent, name, user_name, description, create_time,update_time, category
id, parent, name, user_name, description, create_time,update_time, category
</sql>

<insert id="addTree" useGeneratedKeys="true" keyProperty="id" parameterType="org.apache.linkis.udf.entity.UDFTree">
Expand Down

0 comments on commit c2319d5

Please sign in to comment.