|
@@ -3706,7 +3706,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
throw new CustomException("请把旧云学堂课程学习完成,再学习另一个课程");
|
|
throw new CustomException("请把旧云学堂课程学习完成,再学习另一个课程");
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- throw new CustomException("旧系统二建继续校验接口请求失败"+e.getMessage());
|
|
|
|
|
|
|
+ throw new CustomException(e.getMessage());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
Long aLong = baseMapper.checkFinishRequiredCourse(bo);
|
|
Long aLong = baseMapper.checkFinishRequiredCourse(bo);
|