winter 1 yıl önce
ebeveyn
işleme
3e621457c0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java

+ 1
- 0
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java Dosyayı Görüntüle

@@ -503,6 +503,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService {
if (null != _vt && _vt > 0) { if (null != _vt && _vt > 0) {
videoUpd.setVideoTime(videoDetail.getDuration()); videoUpd.setVideoTime(videoDetail.getDuration());
}else { }else {
logger.info(" video no times:"+mouldVideo.getVideoTime());
if (null != StringUtils.trimToNull(mouldVideo.getVideoTime())) { if (null != StringUtils.trimToNull(mouldVideo.getVideoTime())) {
videoUpd.setVideoTime(mouldVideo.getVideoTime()); videoUpd.setVideoTime(mouldVideo.getVideoTime());
} }


Yükleniyor…
İptal
Kaydet