소스 검색

fix

photo
winter 1 년 전
부모
커밋
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());
}


불러오는 중...
취소
저장