|
@@ -615,7 +615,6 @@ public class CommunityArticleServiceImpl extends ServiceImpl<CommunityArticleMap
|
|
|
null,
|
|
|
new UpdateWrapper<CommunityCollectionArticle>()
|
|
|
.eq("article_id", communityArticle.getId())
|
|
|
- .in("collection_id",collectionIds)
|
|
|
.set("is_delete", true)
|
|
|
.and((wrapper) -> {
|
|
|
wrapper.ne("is_delete", 1).or().isNull("is_delete");
|