winter 1 vuosi sitten
vanhempi
commit
0d3dd0cefc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 Näytä tiedosto

@@ -431,7 +431,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService {
} }
if(video.isSuccess()){ if(video.isSuccess()){
videoUpd.setVideoPath(video.getUrl()); videoUpd.setVideoPath(video.getUrl());
// videoUpd.setVideoTime(video.getDuration()+"");
videoUpd.setVideoTime(video.getDuration()+"");
videoUpd.setVideoStatus(EnumVideoStatus.success.getCode()); videoUpd.setVideoStatus(EnumVideoStatus.success.getCode());
videoUpd.setVideoMsg("success"); videoUpd.setVideoMsg("success");
videoUpd.setCreateVideoDate(new Date()); videoUpd.setCreateVideoDate(new Date());


Ladataan…
Peruuta
Tallenna