|
@@ -521,7 +521,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
if(goodsVo.getBusinessId().longValue()==business.getId().longValue()){
|
|
if(goodsVo.getBusinessId().longValue()==business.getId().longValue()){
|
|
|
studyRec.setCourseType(5);
|
|
studyRec.setCourseType(5);
|
|
|
}
|
|
}
|
|
|
- if(Validator.isNotEmpty(business7.getId())&&goodsVo.getBusinessId().longValue()==business.getId().longValue()){
|
|
|
|
|
|
|
+ if(Validator.isNotEmpty(business7.getId())&&goodsVo.getBusinessId().longValue()==business7.getId().longValue()){
|
|
|
studyRec.setCourseType(7);
|
|
studyRec.setCourseType(7);
|
|
|
}
|
|
}
|
|
|
studyRec.setCourseName(goodsVo.getGoodsName());
|
|
studyRec.setCourseName(goodsVo.getGoodsName());
|
|
@@ -629,7 +629,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
studyRec.setChapterList(ChapterList);
|
|
studyRec.setChapterList(ChapterList);
|
|
|
}
|
|
}
|
|
|
//七大员
|
|
//七大员
|
|
|
- if(Validator.isNotEmpty(business7.getId())&&goodsVo.getBusinessId().longValue()==business.getId().longValue()){
|
|
|
|
|
|
|
+ if(Validator.isNotEmpty(business7.getId())&&goodsVo.getBusinessId().longValue()==business7.getId().longValue()){
|
|
|
for(CourseVo courseVo : courseVoList){
|
|
for(CourseVo courseVo : courseVoList){
|
|
|
CourseMenuQueryBo menuQueryBo = new CourseMenuQueryBo();
|
|
CourseMenuQueryBo menuQueryBo = new CourseMenuQueryBo();
|
|
|
menuQueryBo.setCourseId(courseVo.getCourseId());
|
|
menuQueryBo.setCourseId(courseVo.getCourseId());
|