TASK:AiDA模块化
This commit is contained in:
@@ -1562,7 +1562,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
collectionElementMapper.deleteBatchIds(old);
|
if (!CollectionUtils.isEmpty(old)) {
|
||||||
|
collectionElementMapper.deleteBatchIds(old);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!CollectionUtils.isEmpty(moduleSaveDTO.getPrintBoard())){
|
if (!CollectionUtils.isEmpty(moduleSaveDTO.getPrintBoard())){
|
||||||
@@ -1617,7 +1619,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
collectionElementMapper.deleteBatchIds(old);
|
if (!CollectionUtils.isEmpty(old)) {
|
||||||
|
collectionElementMapper.deleteBatchIds(old);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (!CollectionUtils.isEmpty(moduleSaveDTO.getColorBoard())){
|
if (!CollectionUtils.isEmpty(moduleSaveDTO.getColorBoard())){
|
||||||
List<CollectionColorDTO> colorBoards = moduleSaveDTO.getColorBoard();
|
List<CollectionColorDTO> colorBoards = moduleSaveDTO.getColorBoard();
|
||||||
@@ -1644,7 +1648,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
collectionElementMapper.insert(collectionElement);
|
collectionElementMapper.insert(collectionElement);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
collectionElementMapper.deleteBatchIds(old);
|
if (!CollectionUtils.isEmpty(old)) {
|
||||||
|
collectionElementMapper.deleteBatchIds(old);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (!CollectionUtils.isEmpty(moduleSaveDTO.getSketchBoard())){
|
if (!CollectionUtils.isEmpty(moduleSaveDTO.getSketchBoard())){
|
||||||
QueryWrapper<CollectionElement> qw = new QueryWrapper<>();
|
QueryWrapper<CollectionElement> qw = new QueryWrapper<>();
|
||||||
@@ -1698,8 +1704,10 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
collectionElementMapper.deleteBatchIds(old);
|
if (!CollectionUtils.isEmpty(old)) {
|
||||||
|
collectionElementMapper.deleteBatchIds(old);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user