xueyiming преди 5 месеца
родител
ревизия
e9fd66cab1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -814,6 +814,7 @@ public class CoreServiceImpl implements CoreService {
                 BeanUtils.copyProperties(publishContent, publishContent1);
                 publishContent1.setId(null);
                 publishContent1.setPushId(pushId);
+                publishContent1.setStatus(1);
                 publishContent1.setUserGroupId(entry.getKey());
                 publishContent1.setRootId(publishContent.getId());
                 publishContent1.setCreateTime(null);