提交 3bb20d42 编写于 作者: F fengyw

轮播功能

上级 05224151
......@@ -87,7 +87,7 @@ public class AuthCourseBiz extends BaseBiz {
}
AuthCourseSignResp resp = new AuthCourseSignResp();
resp.setStartTime(userStudy.getProgress().multiply(new BigDecimal(resource.getVideoLength())).longValue());
resp.setStartTime(userStudy.getProgress().multiply(new BigDecimal(resource.getVideoLength())).divide(BigDecimal.valueOf(100)).longValue());
resp.setStudyId(userStudy.getId());
resp.setResourceId(resource.getId());
resp.setVid(resource.getVideoVid());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册