注释同步在线课评分

This commit is contained in:
Wangxxz
2024-12-12 11:25:28 +08:00
parent f273e9df4a
commit ffe232eeb9

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);