Kaynağa Gözat

编辑文章接口优化

fangqing 4 ay önce
ebeveyn
işleme
2ff16d56c4

+ 0 - 1
ruoyi-generator/src/main/java/com/ruoyi/generator/service/CommunityArticleServiceImpl.java

@@ -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");