|
@@ -1,7 +1,9 @@
|
|
|
package com.tzld.longarticle.recommend.server.service.recommend;
|
|
|
|
|
|
import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue;
|
|
|
+import com.tzld.longarticle.recommend.server.common.enums.StatusEnum;
|
|
|
import com.tzld.longarticle.recommend.server.common.enums.aigc.CrawlerModeEnum;
|
|
|
+import com.tzld.longarticle.recommend.server.common.enums.recommend.ArticlePoolPromotionSourceStatusEnum;
|
|
|
import com.tzld.longarticle.recommend.server.common.enums.recommend.FeishuRobotIdEnum;
|
|
|
import com.tzld.longarticle.recommend.server.mapper.longArticle.LongArticleBaseMapper;
|
|
|
import com.tzld.longarticle.recommend.server.model.entity.aigc.PublishAccount;
|
|
@@ -313,6 +315,8 @@ public class ArticlePromotionService {
|
|
|
articlePromotion.setTitle(title);
|
|
|
articlePromotion.setTitleMd5(Md5Util.encoderByMd5(title));
|
|
|
articlePromotion.setCreateTimestamp(System.currentTimeMillis());
|
|
|
+ articlePromotion.setStatus(ArticlePoolPromotionSourceStatusEnum.WAITING.getCode());
|
|
|
+ articlePromotion.setDeleted(StatusEnum.ZERO.getCode());
|
|
|
}
|
|
|
articlePromotion.setWxSn(wxSn);
|
|
|
articlePromotion.setLevel(level);
|