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