Skip to content

Commit e7ea549

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
CL.id,
291291
CL.version,
292292
CL.`name`,
293-
Cl.app_id,
293+
CL.app_id,
294294
CL.package,
295295
CL.registry,
296296
CL.framework,

0 commit comments

Comments
 (0)