@@ -556,6 +556,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
if(Validator.isNotEmpty(business7)&&"七大员".equals(business7.getBusinessName())){
hasSeven = true;
studyRec.setCourseType(17);
+ return true;
}
UserVo userVo = iUserService.queryById(bo.getUserId());