소스 검색

创建匹配记录

xueyiming 3 달 전
부모
커밋
2dd230b23d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/ContentServiceImpl.java

+ 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);