winter hace 1 año
padre
commit
3e621457c0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar