数据迁移代码
This commit is contained in:
@@ -2425,6 +2425,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
||||
}else {
|
||||
CollectionElement collectionElement = collectionElementMapper.selectById(board.getId());
|
||||
collectionElement.setProjectId(projectId);
|
||||
collectionElement.setLevel2Type(board.getLevel2Type());
|
||||
collectionElement.setHasPin(board.getIsPin());
|
||||
collectionElement.setUpdateDate(new Date());
|
||||
collectionElementMapper.updateById(collectionElement);
|
||||
|
||||
Reference in New Issue
Block a user