Browse Source

创建匹配记录

xueyiming 1 month ago
parent
commit
2dd230b23d

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

@@ -135,6 +135,7 @@ public class ContentServiceImpl implements ContentService {
         newMatchVideo.setFlowPoolLevel(publishContent.getContentPoolType());
         newMatchVideo.setGhId(planAccount.getGhId());
         newMatchVideo.setAccountName(planAccount.getAccountName());
+        newMatchVideo.setRequestTimestamp((int) (System.currentTimeMillis() / 1000));
         newMatchVideo.setContentStatus(ContentStatusEnum.SUCCESS_3.getStatusCode());
         newMatchVideo.setPublishFlag(PublicFlagEnum.NOT_PUBLIC.getStatusCode());
         matchVideoMapper.insertSelective(newMatchVideo);