xhxu 1 год назад
Родитель
Сommit
1b5f7736ad
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java

+ 1
- 1
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java Просмотреть файл

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


Загрузка…
Отмена
Сохранить