|
@@ -434,7 +434,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseMapper, Course> impleme
|
|
|
throw new CustomException("数据无效");
|
|
|
}
|
|
|
if(classGradeUser.getPeriodStatus()!=0){
|
|
|
- throw new CustomException("非未通过状态无法重学");
|
|
|
+ throw new CustomException("请等待管理员审核完成方可重学");
|
|
|
}
|
|
|
String key = "EDIT_REBUILD_Record:"+bo.getOrderGoodsId()+"-"+bo.getUserId();
|
|
|
Long keyStatus = redisCache.getCacheObject(key);
|