|
@@ -362,13 +362,13 @@ public class CourseController extends AppBaseController{
|
|
|
Long duration = 0L;
|
|
|
long tipsTime = 0L;
|
|
|
int isFinish = 0;
|
|
|
- //课程logo
|
|
|
- if (param.getPeriodId()!=null){
|
|
|
- FsUserCoursePeriod fsUserCoursePeriod = coursePeriodService.selectFsUserCoursePeriodById(param.getPeriodId());
|
|
|
- if (fsUserCoursePeriod!=null){
|
|
|
- config.setCourseLogo(fsUserCoursePeriod.getCourseLogo());
|
|
|
- }
|
|
|
- }
|
|
|
+// //课程logo
|
|
|
+// if (param.getPeriodId()!=null){
|
|
|
+// FsUserCoursePeriod fsUserCoursePeriod = coursePeriodService.selectFsUserCoursePeriodById(param.getPeriodId());
|
|
|
+// if (fsUserCoursePeriod!=null){
|
|
|
+// config.setCourseLogo(fsUserCoursePeriod.getCourseLogo());
|
|
|
+// }
|
|
|
+// }
|
|
|
if (param.getLinkType()!=null&¶m.getLinkType()==1){
|
|
|
return R.ok().put("course",course).put("questions",questionVOList).put("config",config).put("playDuration",duration).put("tipsTime",tipsTime);
|
|
|
}
|