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