Merge branch 'yx1101-teacher-l' into master-teacher-1202

This commit is contained in:
joshen
2024-12-12 19:11:33 +08:00

View File

@@ -47,7 +47,8 @@ public class CourseGradeApi extends ApiBaseController {
ScoreParam param = new ScoreParam();
param.setCourseId(Long.parseLong(courseId));
param.setScore(score);
thirdApi.syncOnLineScore(param,token);
// 同步在线课评分
// thirdApi.syncOnLineScore(param,token);
return success(aFloat);
}catch(Exception e) {
log.error("评分保存错误",e);