Explorar el Código

//时长

private_deployment
xhxu hace 1 año
padre
commit
1b5f7736ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar