TASK: 数据迁移;

This commit is contained in:
shahaibo
2025-06-19 14:29:44 +08:00
parent da8338be3f
commit a5e743ce84
5 changed files with 60 additions and 15 deletions

View File

@@ -613,6 +613,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
// toProductElement.setUserLikeGroupId(userLikeGroupId);
toProductElement.setProjectId(projectId);
toProductElement.setCreateTime(LocalDateTime.now());
// toProductElement.setType(type);
toProductElementMapper.insert(toProductElement);
ToProductElementVO toProductElementVO = CopyUtil.copyObject(toProductElement, ToProductElementVO.class);
toProductElementVO.setMinioUrl(toProductElementVO.getUrl());