wangyunpeng 5 tháng trước cách đây
mục cha
commit
daf14cec5f

+ 1 - 0
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/ArticleAuditService.java

@@ -485,6 +485,7 @@ public class ArticleAuditService {
                 delete.setPublishContentId(publishContentId);
                 delete.setIndex(index);
                 delete.setStatus(StatusEnum.ZERO.getCode());
+                delete.setDeleteAll(0);
                 delete.setDeleteReason(deleteReason);
                 delete.setCreateTimestamp(System.currentTimeMillis());
                 longArticleAuditDeleteRepository.save(delete);