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