xhxu 2 лет назад
Родитель
Сommit
59a4381a25
1 измененных файлов: 2 добавлений и 0 удалений
  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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить