Skip to content

Commit d5aa1d0

Browse files
authored
fix: Modify block group mapper (#169)
1 parent 1443ec3 commit d5aa1d0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
<result column="block_platform_id" property="platformId"/>
125125
<result column="block_app_id" property="appId"/>
126126
<result column="content_blocks" property="contentBlocks"/>
127-
<result column="block_group_id" property="blockGroupId"/>
128127
<result column="block_created_by" property="createdBy"/>
129128
<result column="block_last_updated_by" property="lastUpdatedBy"/>
130129
<result column="block_created_time" property="createdTime"/>
@@ -172,7 +171,6 @@
172171
b.platform_id as block_platform_id,
173172
b.app_id as block_app_id,
174173
b.content_blocks,
175-
b.block_group_id,
176174
b.created_by as block_created_by,
177175
b.last_updated_by as block_last_updated_by,
178176
b.created_time as block_created_time,
@@ -236,7 +234,6 @@
236234
b.platform_id as block_platform_id,
237235
b.app_id as block_app_id,
238236
b.content_blocks,
239-
b.block_group_id,
240237
b.created_by as block_created_by,
241238
b.last_updated_by as block_last_updated_by,
242239
b.created_time as block_created_time,
@@ -302,7 +299,6 @@
302299
b.platform_id as block_platform_id,
303300
b.app_id as block_app_id,
304301
b.content_blocks,
305-
b.block_group_id,
306302
b.created_by as block_created_by,
307303
b.last_updated_by as block_last_updated_by,
308304
b.created_time as block_created_time,

0 commit comments

Comments
 (0)