Skip to content

Commit 6dbfe2d

Browse files
committed
fix: Add app_id field to the t_component_library table
1 parent a9a9e92 commit 6dbfe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/resources/mappers/ComponentLibraryMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
`name` = #{name},
9494
</if>
9595
<if test="appId!=null">
96-
appId = #{appId},
96+
app_id = #{appId},
9797
</if>
9898
<if test="packageName!=null and packageName!=''">
9999
`package` = #{packageName},

0 commit comments

Comments
 (0)