@ -101,7 +101,7 @@ public class CommonServiceImpl implements CommonService {
return gradeAndClassVos;
}catch (Exception e) {
throw new RuntimeException("获取当前学校当前学段年级班级信息失败");
throw new RuntimeException("获取当前学校当前学段年级班级信息失败" + e);
}