瀏覽代碼

//时长

private_deployment
xhxu 1 年之前
父節點
當前提交
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());


Loading…
取消
儲存