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

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


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