Browse Source

//vodeo

private_deployment
xhxu 2 years ago
parent
commit
59a4381a25
1 changed files with 2 additions and 0 deletions
  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 View File

@@ -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;
} }


Loading…
Cancel
Save