@@ -697,6 +697,8 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
if (ObjectUtils.isNotNull(sysTenant) && sysTenant.getPeriodSign() == 1){
hasSeven = true;
studyRec.setCourseType(17);
+ }else if (!"继续教育二级造价师".equals(fullName)){
+ return true;
}
UserVo userVo = iUserService.queryById(bo.getUserId());