Browse Source

fix

photo
winter 1 year ago
parent
commit
3e621457c0
1 changed files with 1 additions and 0 deletions
  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 View File

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


Loading…
Cancel
Save