|
|
@@ -359,7 +359,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService { |
|
|
|
AiVideoResult video = AiVideoHelper.createVideo(videoParam); |
|
|
|
if(video.isSuccess()){ |
|
|
|
videoUpd.setVideoPath(video.getUrl()); |
|
|
|
videoUpd.setVideoTime(video.getDuration()+""); |
|
|
|
// videoUpd.setVideoTime(video.getDuration()+""); |
|
|
|
videoUpd.setVideoStatus(EnumVideoStatus.success.getCode()); |
|
|
|
videoUpd.setVideoMsg("success"); |
|
|
|
videoUpd.setCreateVideoDate(new Date()); |
|
|
|