|
@@ -131,6 +131,7 @@ public class VideoServiceImpl implements VideoService {
|
|
|
offVideo.setVideoId(publishMiniprogram.getVideoId());
|
|
|
offVideo.setVideoStatus(1);
|
|
|
offVideo.setPublishTime(System.currentTimeMillis() / 1000);
|
|
|
+ offVideo.setTraceId(publishMiniprogram.getTraceId());
|
|
|
offVideoMapper.insertSelective(offVideo);
|
|
|
}
|
|
|
}
|