Explorar o código

看课休息提示修改

xw hai 5 días
pai
achega
cdec34c84d

+ 1 - 1
fs-service/src/main/java/com/fs/course/service/impl/FsUserCourseVideoServiceImpl.java

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