|
@@ -42,8 +42,13 @@ public class ExamRecordCloudServiceClient extends AdminCloudClientSupport implem
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- public QueryExamRecordForSelectScoreResp queryExamRecordForSelectScore(QueryExamRecordForSelectScoreReq req) {
|
|
|
|
- return post("examRecord/queryExamRecordForSelectScore", req, QueryExamRecordForSelectScoreResp.class);
|
|
|
|
|
|
+ public QueryExamRecordForSelectScoreResp queryExamRecordForSelectScoreByScoreId(QueryExamRecordForSelectScoreReq req) {
|
|
|
|
+ return post("examRecord/queryExamRecordForSelectScoreByScoreId", req, QueryExamRecordForSelectScoreResp.class);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public QueryExamRecordForSelectScoreResp queryExamRecordForSelectScoreByStudentId(QueryExamRecordForSelectScoreReq req) {
|
|
|
|
+ return post("examRecord/queryExamRecordForSelectScoreByStudentId", req, QueryExamRecordForSelectScoreResp.class);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|