mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
Compare commits
3 Commits
dev250106-
...
250115-fro
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be0386f2d1 | ||
|
|
b092cd3889 | ||
|
|
ffe232eeb9 |
@@ -47,7 +47,8 @@ public class CourseGradeApi extends ApiBaseController {
|
|||||||
ScoreParam param = new ScoreParam();
|
ScoreParam param = new ScoreParam();
|
||||||
param.setCourseId(Long.parseLong(courseId));
|
param.setCourseId(Long.parseLong(courseId));
|
||||||
param.setScore(score);
|
param.setScore(score);
|
||||||
thirdApi.syncOnLineScore(param,token);
|
// 同步在线课评分
|
||||||
|
// thirdApi.syncOnLineScore(param,token);
|
||||||
return success(aFloat);
|
return success(aFloat);
|
||||||
}catch(Exception e) {
|
}catch(Exception e) {
|
||||||
log.error("评分保存错误",e);
|
log.error("评分保存错误",e);
|
||||||
|
|||||||
Reference in New Issue
Block a user