|
|
@@ -3191,7 +3191,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
// 查询视频是否设置了红包,没有就不提示
|
|
|
Integer fsUserCourseVideoRedPackage = fsUserCourseVideoRedPackageMapper.selectRedPacketByCompanyCount(param.getVideoId(), null, param.getPeriodId());
|
|
|
if (fsUserCourseVideoRedPackage > 0) {
|
|
|
- tipsTime = courseVideoDetails.getDuration() / 3;
|
|
|
+ // tipsTime = courseVideoDetails.getDuration() / 3;
|
|
|
tipsTime2 = (courseVideoDetails.getDuration() * 2) / 3;
|
|
|
}
|
|
|
}
|