Explorar el Código

//vodeo

private_deployment
xhxu hace 2 años
padre
commit
59a4381a25
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java

+ 2
- 0
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java Ver fichero

@@ -105,6 +105,8 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService {
videoUpd.setVideoMsg(video.getMsg());
videoUpd.setCreateVideoDate(new Date());
this.saveOrUpdate(videoUpd);

videoUpd.setTitle(mouldVideo.getTitle());
this.uploadVideo(videoUpd);
return;
}


Cargando…
Cancelar
Guardar