Skip to content

Commit 9dbb033

Browse files
authored
fix: Component library mapper (#205)
* fix: Component library mapper
1 parent d3e90bc commit 9dbb033

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
@@ -302,7 +302,7 @@
302302
CL.last_updated_time,
303303
CL.tenant_id,
304304
CL.renter_id,
305-
CL.site_id
305+
CL.site_id,
306306
C.id AS componentId,
307307
C.version AS componentVersion,
308308
C.name AS componentName,

0 commit comments

Comments
 (0)