Skip to content

Commit 72539c5

Browse files
committed
fix: Component library mapper
1 parent a25abab commit 72539c5

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)