|
@@ -431,7 +431,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService { |
|
|
} |
|
|
} |
|
|
if(video.isSuccess()){ |
|
|
if(video.isSuccess()){ |
|
|
videoUpd.setVideoPath(video.getUrl()); |
|
|
videoUpd.setVideoPath(video.getUrl()); |
|
|
// videoUpd.setVideoTime(video.getDuration()+""); |
|
|
|
|
|
|
|
|
videoUpd.setVideoTime(video.getDuration()+""); |
|
|
videoUpd.setVideoStatus(EnumVideoStatus.success.getCode()); |
|
|
videoUpd.setVideoStatus(EnumVideoStatus.success.getCode()); |
|
|
videoUpd.setVideoMsg("success"); |
|
|
videoUpd.setVideoMsg("success"); |
|
|
videoUpd.setCreateVideoDate(new Date()); |
|
|
videoUpd.setCreateVideoDate(new Date()); |
|
|