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