|
|
@@ -517,6 +517,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService { |
|
|
|
videoUpd.setVideoStatus(EnumVideoStatus.upload_success.getCode()); |
|
|
|
videoUpd.setVideoMsg("视频上传成功"); |
|
|
|
videoUpd.setUpdateDate(new Date()); |
|
|
|
logger.debug(" >>>>>>>>>>>>>> finisedAndCost:"+finisedAndCost); |
|
|
|
if (finisedAndCost) { |
|
|
|
//设置扣费,当前方法是慧影项目专用的 |
|
|
|
if (StringUtils.isBlank(videoUpd.getVideoTime())) { |
|
|
|