Bläddra i källkod

//vodeo

private_deployment
xhxu 2 år sedan
förälder
incheckning
59a4381a25
1 ändrade filer med 2 tillägg och 0 borttagningar
  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 Visa fil

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

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


Laddar…
Avbryt
Spara